Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.69 KB

Contribution_Guidelines.md

File metadata and controls

45 lines (34 loc) · 1.69 KB

Contributing Guidelines

Thank you for considering contributing to Alice AI! Please take a moment to review the following guidelines.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/Yash12007/Alice_AI.git
  3. Create a new branch for your changes:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:

    git add .
    git commit -m "Add your commit message"
  5. Push your changes to your forked repository:

    git push origin feature/your-feature-name

Remember

  1. Create a Pull Request (PR) from your forked repository to the original repository.
  2. Ensure your PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
  3. Your PR will be reviewed, and any necessary changes will be requested. Once approved, it will be merged into the main branch.

Reporting Issues

If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. Provide as much detail as possible, including the version you are using, steps to reproduce the issue, and any relevant error messages.

Code Style

Follow the existing code style and conventions in the project. If there is a specific style guide for your programming language, adhere to it.

Licensing

By contributing to this project, you agree that your contributions will be licensed under the MIT License.

Contact

If you have any questions or need further clarification, feel free to contact us at [email protected].

Thank you for contributing to Alice AI!