70 lines
836 B
Markdown
70 lines
836 B
Markdown
# [ADR-###] {Title}
|
|
|
|
**Date**: {YYYY-MM-DD}
|
|
**Status**: {Proposed | Accepted | Deprecated | Superseded}
|
|
**Deciders**: {Names}
|
|
**Tags**: {tag1, tag2}
|
|
|
|
## Context and Problem Statement
|
|
|
|
{Describe the context and problem}
|
|
|
|
## Decision Drivers
|
|
|
|
- {Driver 1}
|
|
- {Driver 2}
|
|
- {Driver 3}
|
|
|
|
## Considered Options
|
|
|
|
- {Option 1}
|
|
- {Option 2}
|
|
- {Option 3}
|
|
|
|
## Decision Outcome
|
|
|
|
**Chosen option**: {Option X}
|
|
|
|
**Justification**: {Why this option}
|
|
|
|
### Positive Consequences
|
|
|
|
- {Good outcome 1}
|
|
- {Good outcome 2}
|
|
|
|
### Negative Consequences
|
|
|
|
- {Bad outcome 1}
|
|
- {Bad outcome 2}
|
|
|
|
## Pros and Cons of the Options
|
|
|
|
### {Option 1}
|
|
|
|
**Pros**:
|
|
- {Pro 1}
|
|
- {Pro 2}
|
|
|
|
**Cons**:
|
|
- {Con 1}
|
|
- {Con 2}
|
|
|
|
### {Option 2}
|
|
|
|
**Pros**:
|
|
- {Pro 1}
|
|
- {Pro 2}
|
|
|
|
**Cons**:
|
|
- {Con 1}
|
|
- {Con 2}
|
|
|
|
## Links
|
|
|
|
- {Related ADRs}
|
|
- {Documentation}
|
|
|
|
## Notes
|
|
|
|
- {Additional information}
|