mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 12:50:11 -05:00
a09b83477d
- Add root CONTRIBUTING.md with quick overview and links to full guide, Code of Conduct, and CHANGELOG - Fix docs/development/CONTRIBUTING.md: use env.example (not .env.example) for cp command to match repository
1.4 KiB
1.4 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:
- Contributing guidelines (full) — Development setup, coding standards, testing, PR process
- Code of Conduct — Community standards and expected behavior
- CHANGELOG.md — How we track changes; update the Unreleased section for user-facing changes
License
By contributing, you agree that your contributions will be licensed under the GNU General Public License v3.0 used by this project.