Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 911 Bytes

File metadata and controls

60 lines (35 loc) · 911 Bytes

ADR-XXX: [Title]

Status

[Proposed | Accepted | Deprecated | Superseded by ADR-YYY]

Context

What is the issue that we're seeing that is motivating this decision or change?

Decision

What is the change that we're proposing and/or doing?

Consequences

What becomes easier or more difficult to do because of this change?

Positive

  • Benefit 1
  • Benefit 2

Negative

  • Drawback 1
  • Drawback 2

Neutral

  • Trade-off 1
  • Trade-off 2

Alternatives Considered

What other options were considered and why were they rejected?

Alternative 1: [Name]

Description: Brief description

Pros:

  • Pro 1
  • Pro 2

Cons:

  • Con 1
  • Con 2

Why rejected: Explanation

Implementation Notes

Any specific implementation details, migration paths, or technical considerations.

References

  • Link to related issues
  • Link to relevant documentation
  • Link to external resources