Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 682 Bytes

File metadata and controls

40 lines (23 loc) · 682 Bytes

ADR-XXX: [Title]

Date: YYYY-MM-DD

Status

[Proposed | Accepted | Deprecated | Superseded]

Context

[Describe the issue or problem that motivated this decision. Include relevant background information, constraints, and requirements.]

Decision

[Clearly state the decision made and how it addresses the context. Include specific implementation details if relevant.]

Consequences

Positive

  • [Benefit 1]
  • [Benefit 2]

Negative

  • [Drawback 1]
  • [Drawback 2]

Neutral

  • [Observation 1]
  • [Observation 2]

References

  • Implementation: file.ts
  • Related ADRs: ADR-XXX
  • Related Issues/PRs: #123