From 61a0cb5434ae475b8a716c2e23e1cdcee6c732f9 Mon Sep 17 00:00:00 2001 From: tahahawa Date: Tue, 15 Apr 2025 15:40:00 -0400 Subject: [PATCH] Create ADR template --- adr/000-ADR-Template.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 adr/000-ADR-Template.md diff --git a/adr/000-ADR-Template.md b/adr/000-ADR-Template.md new file mode 100644 index 0000000..b9592cb --- /dev/null +++ b/adr/000-ADR-Template.md @@ -0,0 +1,33 @@ +# Architecture Decision Record: \ + +Name: \ + +Initial Date: \ + +Last Updated Date: \ + +## Status + +Proposed/Pending/Accepted/Implemented + +## Context + +The problem, background, the "why" behind this decision/discussion + +## Decision + +Proposed solution to the problem + +## Rationale + +Reasoning behind the decision + +## Consequences + +Pros/Cons of chosen solution + +## Alternatives considered + +Pros/Cons of various proposed solutions considered + +## Additional Notes