Files
register-referentie/.gitea/ISSUE_TEMPLATE/slice.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

1.2 KiB

name, about, title, labels
name about title labels
Slice (user story) A backlog slice — independently demoable, encodes the Definition of Done S-NN ·
type:slice

Outcome:

Acceptance:

Touches:

Out of scope:

Definition of Done

  • This linked Gitea issue exists and is on the right milestone.
  • Failing test written and committed first (test(scope): … (refs #NN)).
  • Implementation makes the test pass (feat(scope): … (refs #NN)).
  • Refactor commit follows if structure improved.
  • Conventional Commit messages referencing this issue.
  • All Gitea Actions CI jobs green (or make ci green while no runner exists).
  • docker compose up from a fresh clone reaches green health checks within 3 minutes.
  • Docs touched if behaviour, contracts, or operations changed.
  • ADR added in docs/architecture/ if a non-obvious decision was made.
  • Demo note appended to docs/demo-script.md if the slice is user-visible.
  • This issue closed by the merging PR (closes #NN).