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

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

View File

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