30 lines
881 B
Markdown
30 lines
881 B
Markdown
---
|
|||
|
|
type: issue
|
||
|
|
id: "0000"
|
||
|
|
status: open # open | in-progress | done | rejected
|
||
|
|
created: YYYY-MM-DD
|
||
|
|
related: [] # design docs, ADRs, other issues
|
||
|
|
---
|
||
|
|
|
||
|
|
<!-- Copy to docs/issues/NNNN-slug.md. Delete comments when filling in. -->
|
||
|
|
|
||
|
|
# Issue-0000: Title
|
||
|
|
|
||
|
|
## Problem / Motivation
|
||
|
|
|
||
|
|
<!-- What's wrong or missing, and why it matters. One paragraph. -->
|
||
|
|
|
||
|
|
## Acceptance
|
||
|
|
|
||
|
|
<!-- When is this issue done? Verifiable, like every other criterion
|
||
|
|
in this framework. -->
|
||
|
|
|
||
|
|
## Notes
|
||
|
|
|
||
|
|
<!-- Optional: context, links, findings gathered along the way.
|
||
|
|
Rules: status is the single source of truth and lives here in the
|
||
|
|
frontmatter — STATUS.md is generated, never edited. An issue that
|
||
|
|
starts real work links its design doc in `related`. Closed means
|
||
|
|
status: done (or rejected, with a one-line reason in Notes) —
|
||
|
|
the file stays; git is the history. -->
|