Date: 2022-01-24
Accepted
As the project progresses, we will make decisions that will have implications for our architecture. It is important that we understand the reasons for these decisions in the future, so that we can understand whether they are still relevant.
Human memory is unreliable, and our team will change, so we need to document these decisions.
We will use Architecture Decision Records, as described in Michael Nygard's Documenting Architecture Decisions.
We will keep ADRs in the ADR
directory of this repository.
Decisions will be written using Markdown and named ADR{number}-{name}.md
- for example, ADR000-record-architecture-decisions.md
.
Team members will be able to view the entire decision history of our project.