Skip to content

Contributing

Matt Hakin edited this page Apr 29, 2025 · 15 revisions

Contributing Guide

We welcome contributions to the Diabetes Tracker project!
Whether you're fixing bugs, adding new features, or improving docs — we appreciate your help.


🧰 How to Contribute

  1. Fork this repository
  2. Clone your forked repo:
    git clone https://github.com/your-username/glucose_tracker.git
    
  3. Create a new branch:

git checkout -b feature/YourFeatureName

  1. Make your changes
  2. Commit and push:

git add . git commit -m "Add: Your feature name" git push origin feature/YourFeatureName

  1. Submit a Pull Request on GitHub

Clone this wiki locally