Files
TimeTracker/CONTRIBUTING.md
T
Dries Peeters 9547937be2 docs: update README and guides, add audit and strategy docs
- Simplify README version section and point to CHANGELOG
- Update UI overview with Reports and installation reference
- Refresh CONTRIBUTING, DEVELOPMENT, API.md links/consistency
- Add ARCHITECTURE_AUDIT, DOCS_AUDIT, PRODUCT_UX_AUDIT, FRONTEND, PERFORMANCE
- Add API_CONSISTENCY_AUDIT, RESPONSE_FORMAT, CONTRIBUTOR_GUIDE, TESTING_STRATEGY
- Update GETTING_STARTED, REST_API, PROJECT_STRUCTURE, DEPLOYMENT_GUIDE
2026-03-15 09:36:37 +01:00

1.6 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).
  • 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.