Files
TimeTracker/CONTRIBUTING.md
T
Dries Peeters 6e0010b28f docs(i18n): document Crowdin setup and add sync configuration
Add crowdin.yml mapping the English gettext catalog to per-locale messages.po paths, with an explicit nb→no mapping so Norwegian matches app/config.py.

Add a manual GitHub Action (Crowdin sync) to upload sources and download translations when CROWDIN_PROJECT_ID and CROWDIN_PERSONAL_TOKEN are configured.

Extend CONTRIBUTING_TRANSLATIONS with maintainer steps, cross-link TRANSLATION_SYSTEM and contributor guides, refresh TRANSLATION_SYSTEM metadata, and note the integration under [Unreleased] in CHANGELOG.md.
2026-04-15 08:03:48 +02:00

1.9 KiB

Contributing to TimeTracker

Thank you for your interest in contributing to TimeTracker. This page gives you a quick overview; full guidelines are in the developer documentation.

How to Contribute

  • Report bugs — Use the GitHub issue tracker. Include steps to reproduce, expected vs actual behavior, and your environment (OS, deployment method, version).
  • Improve translations (no Git) — Use the Translation improvement issue template, or read docs/CONTRIBUTING_TRANSLATIONS.md for spreadsheet, maintainer workflow, and optional Crowdin setup (crowdin.yml, Actions → Crowdin sync).
  • Suggest features — Open a feature request with a clear description and use case.
  • Submit code — Fork the repo, create a branch, make your changes, add tests, and open a pull request. Follow the full contributing guidelines for setup, coding standards, and PR process.

Full Guidelines

For development setup, coding standards, testing, pull request process, and commit conventions, see:

License

By contributing, you agree that your contributions will be licensed under the GNU General Public License v3.0 used by this project.