30 lines
637 B
Markdown
30 lines
637 B
Markdown
|
|
# ADR-NNN: Title
|
||
|
|
|
||
|
|
**Status:** Proposed | Accepted | Rejected | Superseded by ADR-NNN
|
||
|
|
**Date:** YYYY-MM-DD
|
||
|
|
**Deciders:** (names)
|
||
|
|
|
||
|
|
## Context
|
||
|
|
|
||
|
|
What is the problem or situation that requires a decision? Include constraints and the forces at play.
|
||
|
|
|
||
|
|
## Decision
|
||
|
|
|
||
|
|
What is the change being made or the approach being adopted?
|
||
|
|
|
||
|
|
## Consequences
|
||
|
|
|
||
|
|
What becomes easier or harder after this decision? Include positive and negative outcomes.
|
||
|
|
|
||
|
|
## Alternatives Considered
|
||
|
|
|
||
|
|
What other options were evaluated and why were they not chosen?
|
||
|
|
|
||
|
|
## Validation
|
||
|
|
|
||
|
|
What command or evidence confirms the decision is correct?
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# verification command here
|
||
|
|
```
|