27 lines
465 B
Markdown
27 lines
465 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
date: {{ .Date }}
|
||
|
draft: true
|
||
|
topics:
|
||
|
- ADR
|
||
|
---
|
||
|
# {{ .Name }}
|
||
|
|
||
|
Date: {{ .Date }}
|
||
|
|
||
|
## Status
|
||
|
|
||
|
STATUS
|
||
|
|
||
|
## Context
|
||
|
|
||
|
The issue motivating this decision, and any context that influences or constrains the decision.
|
||
|
|
||
|
## Decision
|
||
|
|
||
|
The change that we're proposing or have agreed to implement.
|
||
|
|
||
|
## Consequences
|
||
|
|
||
|
What becomes easier or more difficult to do and any risks introduced by the change that will need to be mitigated
|