fix(snippets): remove org heading from ADR — prevents fold on insert
This commit is contained in:
@@ -2,15 +2,13 @@
|
|||||||
# name: ADR - Architectural Decision Record
|
# name: ADR - Architectural Decision Record
|
||||||
# key: adr
|
# key: adr
|
||||||
# --
|
# --
|
||||||
* ADR-${1:0001}: ${2:Title}
|
|
||||||
|
|
||||||
| ID | Subject |
|
| ID | Subject |
|
||||||
|----------------------+-------------------------------------------------|
|
|----------------------+-------------------------------------------|
|
||||||
| Problem statement | ${3:What is the problem?} |
|
| Problem statement | ${1:What is the problem?} |
|
||||||
| Decision | ${4:What was decided?} |
|
| Decision | ${2:What was decided?} |
|
||||||
| Alternatives | ${5:What alternatives were considered?} |
|
| Alternatives | ${3:What alternatives were considered?} |
|
||||||
| Justification | ${6:Why this decision?} |
|
| Justification | ${4:Why this decision?} |
|
||||||
| Implications | ${7:What are the implications?} |
|
| Implications | ${5:What are the implications?} |
|
||||||
| Derived requirements | ${8:What requirements derive from this?} |
|
| Derived requirements | ${6:What requirements derive from this?} |
|
||||||
| Status | ${9:Proposed} |
|
| Status | ${7:Proposed} |
|
||||||
$0
|
$0
|
||||||
|
|||||||
Reference in New Issue
Block a user