From e6a1cc124d623230cc4be854994c11152c983f4f Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 9 Jun 2026 12:16:39 +0200 Subject: [PATCH] add ADR template --- docs/adrs/0000-00-00.adr-template.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/adrs/0000-00-00.adr-template.md diff --git a/docs/adrs/0000-00-00.adr-template.md b/docs/adrs/0000-00-00.adr-template.md new file mode 100644 index 0000000..c3299e0 --- /dev/null +++ b/docs/adrs/0000-00-00.adr-template.md @@ -0,0 +1,39 @@ +# TITLE + +**Status:** +- proposed: 2026-06-09 +- accepted: 2026-06-09 +- rejected: - +- superseded: - + +## Context and Problem Statement + +A short description, why and under which circumstances this decision had to be made. + +### Technical Background + +Some details about the technical challenge. + +## Considered Options + +* OPTION-1 +* OPTION-... + +### OPTION-n + +A short overview of the option. + +#### Advantages + +A list of advantages. + + +#### Disadvantages + +A list of disadvantages. + + + +## Decision Outcome + +Which option was chosen and why.