51 lines
869 B
Markdown
51 lines
869 B
Markdown
|
|
# ADR-NNNN — <Title>
|
||
|
|
|
||
|
|
- **Status**: proposed | accepted | superseded by ADR-MMMM | deprecated
|
||
|
|
- **Date**: YYYY-MM-DD
|
||
|
|
- **Deciders**: <names / handles>
|
||
|
|
|
||
|
|
## Context
|
||
|
|
|
||
|
|
<!--
|
||
|
|
What's forcing this decision. Pull constraints from requirements.md,
|
||
|
|
nfr.md, ia.md, interaction-design.md. Two or three short paragraphs.
|
||
|
|
-->
|
||
|
|
|
||
|
|
## Decision
|
||
|
|
|
||
|
|
<!--
|
||
|
|
One sentence. The thing we are doing.
|
||
|
|
-->
|
||
|
|
|
||
|
|
We will …
|
||
|
|
|
||
|
|
## Alternatives considered
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Each one with one paragraph: what it was, why we didn't pick it.
|
||
|
|
-->
|
||
|
|
|
||
|
|
### <Alternative A>
|
||
|
|
|
||
|
|
<why we didn't pick this>
|
||
|
|
|
||
|
|
### <Alternative B>
|
||
|
|
|
||
|
|
<why we didn't pick this>
|
||
|
|
|
||
|
|
## Consequences
|
||
|
|
|
||
|
|
<!--
|
||
|
|
What changes because of this decision. Positive AND negative. The
|
||
|
|
negative list is the more important one.
|
||
|
|
-->
|
||
|
|
|
||
|
|
**Positive**:
|
||
|
|
- <…>
|
||
|
|
|
||
|
|
**Negative / accepted costs**:
|
||
|
|
- <…>
|
||
|
|
|
||
|
|
**Open follow-ups**:
|
||
|
|
- <thing this decision implies we now have to figure out later>
|