Join our open-source community and help improve Med Genie! Here’s how to get started and who’s already contributing.
How to Contribute
- Fork the Med Genie repo.
- Clone your fork locally:
git clone https://github.com/your-username/med-genie.git
- Create a new branch for your feature:
git checkout -b feature-name
- Make improvements and commit with meaningful messages.
- Push your branch and open a Pull Request to the main repo.
- Discuss, review, and refine until your contribution is merged.