Thank you for considering contributing to Alice AI! Please take a moment to review the following guidelines.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/Yash12007/Alice_AI.git
-
Create a new branch for your changes:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git add . git commit -m "Add your commit message"
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
- Create a Pull Request (PR) from your forked repository to the original repository.
- Ensure your PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
- Your PR will be reviewed, and any necessary changes will be requested. Once approved, it will be merged into the main branch.
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.
Follow the existing code style and conventions in the project. If there is a specific style guide for your programming language, adhere to it.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
If you have any questions or need further clarification, feel free to contact us at [email protected].
Thank you for contributing to Alice AI!