fix(snippets): ADR as table (ID/Subject header + 7 rows)

This commit is contained in:
2026-02-24 14:28:34 +01:00
parent dcd4de0c6c
commit d1977281f6
2 changed files with 18 additions and 23 deletions

View File

@@ -3,17 +3,14 @@
# key: adr
# --
* ADR-${1:0001}: ${2:Title}
:PROPERTIES:
:date: `(format-time-string "%Y-%m-%d")`
:status: ${3:Proposed}
:END:
** Context
${4:Describe the context and problem statement.}
** Decision
${5:Describe the decision and rationale.}
** Consequences
${6:Describe the resulting context after applying the decision.}
| ID | Subject |
|----------------------+-------------------------------------------------|
| Problem statement | ${3:What is the problem?} |
| Decision | ${4:What was decided?} |
| Alternatives | ${5:What alternatives were considered?} |
| Justification | ${6:Why this decision?} |
| Implications | ${7:What are the implications?} |
| Derived requirements | ${8:What requirements derive from this?} |
| Status | ${9:Proposed} |
$0