fix(snippets): ADR correct field order; prefix ; for all keys; add meeting/weekly/todo/blogpost

This commit is contained in:
2026-02-24 14:46:50 +01:00
parent 6cb5c11b42
commit 60cb629ed7
6 changed files with 75 additions and 21 deletions

View File

@@ -1,14 +1,15 @@
# -*- mode: snippet -*-
# name: ADR - Architectural Decision Record
# key: adr
# key: ;adr
# --
| ID | Subject |
| ID | ${1:ADR-0001} |
| Subject | ${2:Title of the decision} |
|----------------------+-------------------------------------------|
| Problem statement | ${1:What is the problem?} |
| Decision | ${2:What was decided?} |
| Alternatives | ${3:What alternatives were considered?} |
| Justification | ${4:Why this decision?} |
| Implications | ${5:What are the implications?} |
| Derived requirements | ${6:What requirements derive from this?} |
| Status | ${7:Proposed} |
| 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