fix(snippets): ADR as table (ID/Subject header + 7 rows)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user