Files
register-referentie/.gitea/PULL_REQUEST_TEMPLATE.md
Edwin van den Houdt ada2e807a3
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / unit (push) Has been cancelled
CI / compose-smoke (push) Has been cancelled
chore: contributor workflow — templates, git-cliff, gitea-workflow doc (closes #31) (#38)
2026-06-03 12:09:24 +00:00

900 B

What & why

Closes #

Definition of Done

  • Linked Gitea issue (above).
  • Failing test committed before the implementation.
  • Implementation makes the test pass; refactor commit if structure improved.
  • Conventional Commits referencing the issue (refs #NN).
  • CI green — all Gitea Actions jobs (or make ci green while no runner exists).
  • docker compose up from a fresh clone reaches green health checks within 3 minutes.
  • Docs updated if behaviour, contracts, or operations changed.
  • ADR added in docs/architecture/ if a non-obvious decision was made.
  • Demo note in docs/demo-script.md if user-visible.

Notes for reviewers