-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Matt Hakin edited this page Apr 29, 2025
·
15 revisions
We welcome contributions to the Diabetes Tracker project!
Whether you're fixing bugs, adding new features, or improving docs — we appreciate your help.
- Fork this repository
-
Clone your forked repo:
git clone https://github.com/your-username/glucose_tracker.git
- Create a new branch:
- Make your changes
- Commit and push: git add . git commit -m "Add: Your feature name" git push origin feature/YourFeatureName