Date: 2025-01-21
Accepted
It’s necessary to record architecturally significant project decisions, including all options that were considered.
Use ADR (Architecture Decision Records) format described in the article. Decision statuses:
The records are stored in files named like DecisionNumber-DecisionName.md
, where DecisionNumber
has the form 0001
, 0002
, etc. This many digits and leading zeros are needed to sort the files by name. Each number (without leading zeros) is the unique decision ID.
Architecture decisions are documented and justified.