Date: 2023-07
Accepted
We need to record the architectural decisions made on this project.
We will follow the decisions recorded in the central organizational repository (.github), and record new repo-specific decisions in this repository.
We write ADRs in the docs/decisions
folder instead of a standard doc/adr
:
docs
instead ofdoc
becausedoc
is used for the generated documentation.decisions
instead ofadrs
because it is more explicit and a followed practice: ↗ Markdown Any Decision Records - Applying MADR to your project
- It will be harder to track which decisions have to be taken into consideration
- Local decisions will be easier to find