Files
TimeTracker/.github/PULL_REQUEST_TEMPLATE.md
T
Dries Peeters 97ca663e15 docs: add PR template and improve bug report template
- Add .github/PULL_REQUEST_TEMPLATE.md: description, type of change,
  checklist (tests, docs, CHANGELOG), links to CONTRIBUTING and CHANGELOG
- Enhance bug_report.md: add Environment section (TimeTracker version,
  deployment type, OS, browser) for easier triage
2026-03-11 08:19:21 +01:00

856 B

Description

Brief description of the change and why it's needed.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would change existing behavior)
  • Documentation update
  • Refactor (no functional change)

Checklist

  • My code follows the project's style guidelines (Black, flake8).
  • I have added/updated tests for my changes.
  • All tests pass locally (e.g. pytest).
  • I have updated the documentation if needed.
  • For user-facing changes, I have added an entry to the Unreleased section of CHANGELOG.md.

Fixes # (issue number, if applicable)


See CONTRIBUTING.md and CHANGELOG.md for guidelines.