Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 933 Bytes

File metadata and controls

52 lines (31 loc) · 933 Bytes

ADR [NUMBER]: [TITLE]

Status: Proposed | Accepted | Deprecated | Superseded by [ADR-XXXX]

Date: YYYY-MM-DD

Authors: @github-username(s)

Context

Describe the issue or concern that motivated this decision. What problem are we trying to solve?

Include relevant background information:

  • Current system behavior
  • Constraints or limitations
  • Business or technical drivers
  • Alternative approaches considered (briefly)

Decision

State the architectural decision clearly and concisely. Describe what we will do, in imperative mood.

Include:

  • The chosen approach
  • Why this approach was selected over alternatives
  • Key assumptions

Consequences

Describe the results of this decision, both positive and negative.

Positive

  • ...

Negative

  • ...

Risks

  • ...

Mitigations

  • ...

References

  • Link to relevant issues, discussions, or documentation
  • Related ADRs
  • External resources