fix(snippets): remove org heading from ADR — prevents fold on insert

This commit is contained in:
2026-02-24 14:30:25 +01:00
parent d1977281f6
commit 6cb5c11b42

View File

@@ -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 | ${1:What is the problem?} |
|----------------------+-------------------------------------------------| | Decision | ${2:What was decided?} |
| Problem statement | ${3:What is the problem?} | | Alternatives | ${3:What alternatives were considered?} |
| Decision | ${4:What was decided?} | | Justification | ${4:Why this decision?} |
| Alternatives | ${5:What alternatives were considered?} | | Implications | ${5:What are the implications?} |
| Justification | ${6:Why this decision?} | | Derived requirements | ${6:What requirements derive from this?} |
| Implications | ${7:What are the implications?} | | Status | ${7:Proposed} |
| Derived requirements | ${8:What requirements derive from this?} |
| Status | ${9:Proposed} |
$0 $0