47 lines
881 B
Markdown
47 lines
881 B
Markdown
# ADR-0001: Architecture Decision Record Template
|
|
|
|
## Status
|
|
[Proposed | Accepted | Deprecated | Superseded]
|
|
|
|
## Context
|
|
Describe the issue motivating this decision or change. This is an open-ended section that can include:
|
|
- Business context
|
|
- Technical context
|
|
- Constraints
|
|
- Forces
|
|
|
|
## Decision
|
|
State the architectural decision that is being made. This should be stated clearly and concisely.
|
|
|
|
## Consequences
|
|
Describe the consequences of this decision, both positive and negative:
|
|
|
|
### Positive
|
|
- Benefit 1
|
|
- Benefit 2
|
|
|
|
### Negative
|
|
- Drawback 1
|
|
- Drawback 2
|
|
|
|
### Risks
|
|
- Risk 1
|
|
- Risk 2
|
|
|
|
## Alternatives Considered
|
|
List alternative approaches that were considered:
|
|
|
|
1. **Alternative 1**: Description
|
|
- Pros: ...
|
|
- Cons: ...
|
|
|
|
2. **Alternative 2**: Description
|
|
- Pros: ...
|
|
- Cons: ...
|
|
|
|
## References
|
|
- Link to related documents
|
|
- External resources
|
|
- Related ADRs
|
|
|