Skip to content
24 changes: 15 additions & 9 deletions contributor-docs/adrs/adr-000-template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
# Title
# [ADR] Title of the Architectural Decision Record

📆 Date: YYYY-MM-DD

## Status

| Stage | Status |
| -------- | ----------- |
| Approved | <!-- ✅ --> |
| Adopted | <!-- 🚧 --> |
| Stage | State |
| -------------- | -------------------------------------------------------------------------------- |
| Status | Proposed ❓ OR Accepted ✅ OR Superseded by [LINK](https://) ⚠️ OR Deprecated ⛔ |
| Implementation | Not planned ⛔ OR Adoption awaiting in [LINK](https://) ⏸️ OR Adopted |

## Context

<!-- Provide background information needed for this ADR -->
<!-- Provide background information and the reasons for this decision. What are the business, technical, or other drivers that motivated this decision? -->

## Decision

<!-- Provide information about the decision made by this ADR -->
<!-- Clearly state the architectural decision that has been made. This includes details about the chosen solution. -->

## Consequences

<!-- What are the consequences of this decision? Include both positive and negative outcomes. What trade-offs come with this decision? -->

### Impact
## Alternatives

<!-- Describe the impact of the decision -->
<!-- Describe other options that were considered and why they were not chosen. This helps provide context and justification for the decision. -->
Loading