From 6cb5c11b42e8e0bfc24917e8b0bf54522e09aea6 Mon Sep 17 00:00:00 2001 From: Daneel Date: Tue, 24 Feb 2026 14:30:25 +0100 Subject: [PATCH] =?UTF-8?q?fix(snippets):=20remove=20org=20heading=20from?= =?UTF-8?q?=20ADR=20=E2=80=94=20prevents=20fold=20on=20insert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/org-mode/adr | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/snippets/org-mode/adr b/snippets/org-mode/adr index 511d121..9d54474 100644 --- a/snippets/org-mode/adr +++ b/snippets/org-mode/adr @@ -2,15 +2,13 @@ # name: ADR - Architectural Decision Record # key: adr # -- -* ADR-${1:0001}: ${2:Title} - -| ID | Subject | -|----------------------+-------------------------------------------------| -| 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} | +| ID | Subject | +|----------------------+-------------------------------------------| +| 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} | $0