From c46729f3656c6536eaf8a75d3a9555dcf168946b Mon Sep 17 00:00:00 2001 From: lila Date: Tue, 28 Apr 2026 12:32:44 +0200 Subject: [PATCH] formatting --- documentation/tickets/blueprint.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/documentation/tickets/blueprint.md b/documentation/tickets/blueprint.md index 7e612bb..8a3c065 100644 --- a/documentation/tickets/blueprint.md +++ b/documentation/tickets/blueprint.md @@ -6,6 +6,7 @@ decision between options was made. --- ## Format A — ADR (architectural/infrastructural decisions) + Use when: you chose between options with long-term consequences. Prefix: `adr-` @@ -14,45 +15,56 @@ Prefix: `adr-` # ADR: ## Status + Accepted | Superseded by | Deprecated ## Date + YYYY-MM-DD ## Context + What is the problem? Why does it need to be solved? ## Decision + What was chosen and why in one or two sentences. ## Options considered ### Option A — <name> ✅ + Description. Why it was chosen. ### Option B — <name> + Description. Why it was rejected. ## Consequences + - What gets better - What gets worse or more complex - Operational implications - What breaks if this needs to be redone ## Affected files / machines + - List files, servers, or systems touched ## References + - Links to relevant docs --- ## Setup guide / implementation notes + Step-by-step of what was actually done. --- ## Format B — Task (features, fixes, chores) + Use when: routine task with a clear solution. Prefix: `feat-` / `fix-` / `chore-` @@ -61,17 +73,23 @@ Prefix: `feat-` / `fix-` / `chore-` # <prefix>: <title> ## Problem + What was wrong or missing? ## Options considered + ### Option A — <name> ✅ + ### Option B — <name> ## Solution + What was done and why. ## Files changed + - `path/to/file.ts` ## Commit + `<type>: <message>`