Thank you for considering contributing to our project! Here are a few guidelines to get you started:
- Fork the Repository: Click on the "Fork" button at the top-right corner of the repository page to create your copy.
- Clone the Forked Repository: Clone the forked repository to your local system using:
git clone https://github.com/mahaveergurjar/Chatbot.git
- Create a New Branch: Make a new branch for your feature or fix:
git checkout -b feature/your-feature-name
- Ensure your code follows our coding style and standards.
- Document your changes clearly in code comments.
- Update the README if your changes affect the setup or usage.
- Add test cases to cover new functionality if applicable.
- Commit Changes: Use meaningful commit messages to explain what changes were made.
- Push the Branch:
git push origin feature/your-feature-name
- Create a Pull Request: Go to your forked repository on GitHub and click the "New Pull Request" button.
- Review and Feedback: Be ready to make changes based on feedback from maintainers.
If you have any questions, feel free to reach out by opening an issue.
Happy coding! 🎉