Architecture Decision Records
Last updated
Was this helpful?
This directory contains Architecture Decision Records (ADRs) for the spuff project.
An ADR is a document that captures an important architectural decision made along with its context and consequences. ADRs help:
Document the reasoning behind decisions
Communicate decisions to the team
Onboard new contributors by explaining "why"
Revisit decisions when context changes
Proposed - Under discussion
Accepted - Decision made, implementing
Deprecated - Superseded by another ADR
Superseded - Replaced by a newer ADR
Copy the template:
Fill in the template with:
Context: What is the situation?
Decision: What did we decide?
Consequences: What are the results?
Submit a PR for review
Update this README with the new ADR
See template.md for the ADR template.
Last updated
Was this helpful?
Was this helpful?
cp docs/adr/template.md docs/adr/NNNN-title.md