First off, thanks for taking the time to contribute! 🎉
The following is a set of guidelines for contributing to AI-Medical-Chatbot. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
This section guides you through submitting a bug report for AI-Medical-Chatbot. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
This section guides you through submitting an enhancement suggestion for AI-Medical-Chatbot, including completely new features and minor improvements to existing functionality.
- Ensure the enhancement was not already suggested by searching on GitHub under Issues.
- If you find an enhancement that matches your suggestion, feel free to add your comments to the existing issue.
- If you don't find an existing issue, you can open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior.
The process described here has several goals:
- Maintain AI-Medical-Chatbot's quality
- Fix problems that are important to users
- Engage the community in working toward the best possible AI-Medical-Chatbot
Please follow these steps to have your contribution considered by the maintainers:
- Fork the repository.
- Clone your fork:
git clone https://github.com/vignesh1507/AI-Medical-Chatbot.git
- Create a branch for your changes:
git checkout -b my-new-feature
- Make your changes.
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a new Pull Request.
This project and everyone participating in it is governed by the AI-Medical-Chatbot Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
Thank you for contributing to AI-Medical-Chatbot!