Files
dbis_core/docs/adr/0001-template.md
defiQUG 849e6a8357
Some checks failed
CI / test (push) Has been cancelled
CI / security (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit
2025-12-12 15:02:56 -08:00

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