move to deparate adr folder

This commit is contained in:
2026-07-29 17:00:05 -04:00
parent 7a5e040c38
commit 72175f4fdb
4 changed files with 0 additions and 0 deletions

38
adr/template.md Normal file
View File

@@ -0,0 +1,38 @@
# 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.