Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/adrs/YYYY-MM-DD-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Title

Date: YYYY-MM-DD

## Status

What is the status if the ADR?

Possible options:
* __PROPOSED__
* __ACCEPTED__
* __REJECTED__
* __DEPRECATED__ (include reference to the superseding ADR)
* __SUPERSEDED__ (include reference to the deprecating ADR)

## Context

What is the context of this ADR? What is the issue that we are seeing? What is motivating this decision or change?

## Decision

What is the change we are proposing? What do we plan on doing to solve the issue?

## Consequences

What are the consequences of the change? What will be more difficult? What will be easier?