Thank you for considering contributing to HabitFlow!
We welcome all contributions — bug fixes, new features, code cleanups, and documentation.
-
Fork the repository
-
Create a branch:
git checkout -b feature/your-feature-name
-
Commit your changes with clear messages:
git commit -m "Add: Short description of your change" -
Push to your fork:
git push origin feature/your-feature-name
-
Open a Pull Request with a short explanation of what you’ve done