1.2 KiB
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 · |
|
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 cigreen while no runner exists). docker compose upfrom 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.mdif the slice is user-visible. - This issue closed by the merging PR (
closes #NN).