Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:10 +08:00
commit 169a5fc5cd
99 changed files with 25560 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
# [ADR-###] {Title}
**Date**: {YYYY-MM-DD}
**Status**: {Proposed | Accepted | Deprecated | Superseded}
**Deciders**: {Names}
**Tags**: {tag1, tag2}
## Context and Problem Statement
{Describe the context and problem}
## Decision Drivers
- {Driver 1}
- {Driver 2}
- {Driver 3}
## Considered Options
- {Option 1}
- {Option 2}
- {Option 3}
## Decision Outcome
**Chosen option**: {Option X}
**Justification**: {Why this option}
### Positive Consequences
- {Good outcome 1}
- {Good outcome 2}
### Negative Consequences
- {Bad outcome 1}
- {Bad outcome 2}
## Pros and Cons of the Options
### {Option 1}
**Pros**:
- {Pro 1}
- {Pro 2}
**Cons**:
- {Con 1}
- {Con 2}
### {Option 2}
**Pros**:
- {Pro 1}
- {Pro 2}
**Cons**:
- {Con 1}
- {Con 2}
## Links
- {Related ADRs}
- {Documentation}
## Notes
- {Additional information}