Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

38 lines (28 loc) · 1.31 KB

Contributing to Chatbot

Thank you for considering contributing to our project! Here are a few guidelines to get you started:

Getting Started

  1. Fork the Repository: Click on the "Fork" button at the top-right corner of the repository page to create your copy.
  2. Clone the Forked Repository: Clone the forked repository to your local system using:
    git clone https://github.com/mahaveergurjar/Chatbot.git
  3. Create a New Branch: Make a new branch for your feature or fix:
    git checkout -b feature/your-feature-name

Making Changes

  • 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.

Submitting Pull Requests

  1. Commit Changes: Use meaningful commit messages to explain what changes were made.
  2. Push the Branch:
    git push origin feature/your-feature-name
  3. Create a Pull Request: Go to your forked repository on GitHub and click the "New Pull Request" button.
  4. Review and Feedback: Be ready to make changes based on feedback from maintainers.

Contact

If you have any questions, feel free to reach out by opening an issue.

Happy coding! 🎉