Files
ota-reference-design/adr/template.md
2026-07-29 17:00:05 -04:00

39 lines
819 B
Markdown

# ADR-NNNN: Decision Title
* **Status:** Proposed
* **Date:** YYYY-MM-DD
## Context
Describe the problem or architectural question that requires a decision.
Explain the relevant requirements, constraints, risks, and assumptions. Keep this section focused on why the decision is needed.
## Decision
Describe the selected approach clearly and directly.
## Alternatives Considered
### Alternative 1
Briefly describe the alternative and why it was not selected.
### Alternative 2
Briefly describe the alternative and why it was not selected.
## Consequences
### Positive
* List the main benefits of the decision.
### Negative
* List the costs, limitations, and trade-offs introduced by the decision.
## Notes
Add implementation details, unresolved questions, or links to related documents when necessary.