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 + +