forked from diegoecab/oci-deal-accelerator
initial version
This commit is contained in:
43
templates/adr-template.md
Normal file
43
templates/adr-template.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# ADR-{NUMBER}: {TITLE}
|
||||
|
||||
**Status**: Accepted | Proposed | Superseded
|
||||
**Date**: {DATE}
|
||||
**Deciders**: {STAKEHOLDERS}
|
||||
|
||||
## Context
|
||||
|
||||
{Why this decision was needed. What problem are we solving? What constraints exist?}
|
||||
|
||||
## Decision
|
||||
|
||||
{What was chosen and how it will be implemented.}
|
||||
|
||||
## Alternatives Considered
|
||||
|
||||
### Option A: {NAME}
|
||||
- **Pros**: {benefits}
|
||||
- **Cons**: {drawbacks}
|
||||
|
||||
### Option B: {NAME}
|
||||
- **Pros**: {benefits}
|
||||
- **Cons**: {drawbacks}
|
||||
|
||||
## Rationale
|
||||
|
||||
{Why this option was selected over alternatives. Reference workload profile requirements, Well-Architected Framework checks, and commercial considerations.}
|
||||
|
||||
## Consequences
|
||||
|
||||
- **Positive**: {benefits gained}
|
||||
- **Negative**: {trade-offs accepted}
|
||||
- **Risks**: {what could go wrong and mitigations}
|
||||
|
||||
## Well-Architected Alignment
|
||||
|
||||
| Pillar | Impact | Notes |
|
||||
|--------|--------|-------|
|
||||
| Security & Compliance | {PASS/GAP} | {details} |
|
||||
| Reliability & Resilience | {PASS/GAP} | {details} |
|
||||
| Performance & Cost | {PASS/GAP} | {details} |
|
||||
| Operational Efficiency | {PASS/GAP} | {details} |
|
||||
| Distributed Cloud | {N/A/PASS/GAP} | {details} |
|
||||
Reference in New Issue
Block a user