Skip to content

Latest commit

Β 

History

History
46 lines (33 loc) Β· 1.42 KB

File metadata and controls

46 lines (33 loc) Β· 1.42 KB

Contributing to burnlog πŸ”₯

First off β€” thank you. burnlog exists because people like you give a damn.

Ways to Contribute

πŸ› Report a Bug

Open an issue with:

  • What you expected to happen
  • What actually happened
  • Your browser / OS

πŸ’‘ Suggest a Feature

Open an issue tagged enhancement. Describe the problem it solves, not just the feature itself.

πŸ§‘β€πŸ’» Submit a Pull Request

  1. Fork the repo
  2. Create a branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Test locally with npm run dev
  5. Submit a PR with a clear description

🌍 Translate

We're actively working on Spanish support (πŸ‡ΈπŸ‡» El Salvador represent). If you speak another language, open an issue β€” we'll set up the i18n structure together.

πŸ“Έ Design / Screenshots

If you improve the UI or create a good screenshot for the README, we want it.

Code Style

  • Keep components small and readable
  • No unnecessary dependencies
  • Comment anything non-obvious
  • Prefer CSS-in-JS over external stylesheets for portability

Community Values

  • Honest β€” we don't exaggerate health claims
  • Inclusive β€” this tool is for everyone, all body types and starting points
  • Science-grounded β€” features should be rooted in evidence, not trends
  • Private-first β€” we never add tracking without explicit opt-in

Questions?

Open an issue tagged question β€” no such thing as a dumb one here.