Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 600 Bytes

File metadata and controls

24 lines (18 loc) · 600 Bytes

Contributing to HabitFlow

Thank you for considering contributing to HabitFlow!

We welcome all contributions — bug fixes, new features, code cleanups, and documentation.

How to Contribute

  1. Fork the repository

  2. Create a branch:

    git checkout -b feature/your-feature-name
  3. Commit your changes with clear messages:

    git commit -m "Add: Short description of your change"
  4. Push to your fork:

    git push origin feature/your-feature-name
  5. Open a Pull Request with a short explanation of what you’ve done