From 9ccf3b06232aca3e1c6d0acb631d231b1c840dfa Mon Sep 17 00:00:00 2001 From: eywoon Date: Wed, 29 Apr 2020 10:25:44 +0200 Subject: [PATCH] add adr log to repository (#665) --- docs/architecture-decisions/adr001-add-adr-log.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/architecture-decisions/adr001-add-adr-log.md diff --git a/docs/architecture-decisions/adr001-add-adr-log.md b/docs/architecture-decisions/adr001-add-adr-log.md new file mode 100644 index 0000000000..23115d43b5 --- /dev/null +++ b/docs/architecture-decisions/adr001-add-adr-log.md @@ -0,0 +1,11 @@ +## Date: 26.04.2020 + +## Title: Architecture Decision Record (ADR) log + +## Decision: A decision was made to store ADRs in a log in the project repository + +## Discussion: There is a need to store big decisions made in a log as a reference point for the team, help with onboarding new members and give context to others interested in the project. + +## Risks: People stop adding ADRs to the log and context gets lost + +