To contribute to Health Learning, follow these steps:
-
Fork the repository: Click the "Fork" button on the top right corner of this repository to create your own copy.
-
Clone your fork: Clone the repository to your local machine using
git clone https://github.com/your-username/HealthLearning.git
. -
Create a new branch: Create a new branch for your changes using
git checkout -b disease/issue-name
. -
Make your changes: Make your desired changes to the codebase. You can explore the datasets, improve existing models, develop new algorithms, update documentation, or fix bugs.
-
Commit your changes: Once you've made your changes, stage them using
git add .
and commit them usinggit commit -m "Your commit message here"
. -
Push your changes: Push your changes to your forked repository using
git push origin disease/issue-name
. -
Submit a Pull Request (PR): Go to your forked repository on GitHub and click the "New pull request" button. Provide a brief description of your changes and submit the PR for review.
If you would like to work on a specific issue, comment on the issue or convey in the meetups expressing your interest in contributing. The project maintainers will review your request and may assign the issue to you if they believe you are a suitable candidate for the task.
- Use meaningful variable names and comments to improve code readability.
- Ensure your code is well-documented and includes docstrings where necessary.
All contributions are subject to code review. A mentor/maintainer will review your PR, provide feedback, and merge it once it meets the project's standards.
If you need any help or have questions about contributing, feel free to reach out to us through GitHub issues or Discord.
Thank you for contributing to Health Learning! Together, we can make a positive impact on healthcare through machine learning and deep learning. 🌟👩⚕️👨💻