We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
-
First commment on the issue in which you want to work upon.
-
Fork the repository
-
Clone the fork repo :
- git clone https://github.com/<Your_Username>/HakinCodes/Malaria-Detection
-
Create new branch :
git checkout -b "Your-Branch-Name"
-
Add Scripts related to your respective issues:
git add <your-contribution>
-
Add a commit message:
git commit -m "Add your message"
-
Push the changes:
git push origin <name_of_your_branch>
-
Create pull requests
- [Try to Mention the related issue for your PR]
By contributing, you agree that your contributions will be licensed under its MIT License.