38 lines
659 B
Markdown
38 lines
659 B
Markdown
# ADR: [DECISION TITLE]
|
|
|
|
**Date:** YYYY-MM-DD
|
|
**Status:** Proposed | Accepted | Deprecated | Superseded
|
|
**Affects:** [Project/Component]
|
|
|
|
## Context
|
|
|
|
What is the issue that we're seeing that motivates this decision or change?
|
|
|
|
## Decision
|
|
|
|
What is the change that we're proposing and/or doing?
|
|
|
|
## Rationale
|
|
|
|
Why is this decision the right one?
|
|
|
|
### Alternatives Considered
|
|
- Alternative 1: [Why not this?]
|
|
- Alternative 2: [Why not this?]
|
|
|
|
## Trade-offs
|
|
|
|
What are we gaining and what are we losing?
|
|
|
|
## Implementation Notes
|
|
|
|
How will this be implemented? What needs to change?
|
|
|
|
## Links
|
|
|
|
- Related decisions:
|
|
- References:
|
|
|
|
---
|
|
Tags: #architecture #adr
|