Architecture Decision Records (ADRs)
This directory contains Architecture Decision Records (ADRs) for Quinoa.
What is an ADR?
An ADR is a short document that captures an important architectural decision along with its context and consequences.
Process
- Create a new ADR using the template in
../templates/adr.md - Number it sequentially:
NNNN-title-with-dashes.md - Submit a pull request for review
- After approval, merge and update this index
ADR Lifecycle
- Proposed: Under discussion
- Accepted: Decision made and approved
- Deprecated: No longer relevant
- Superseded: Replaced by another ADR
Index
| ADR | Title | Status | Date |
|---|---|---|---|
| 0001 | Use This Template for Architecture Decision Records | Proposed | 2024-01-15 |