2018-02-16 17:17:50 +00:00
|
|
|
# Decisions
|
|
|
|
|
2018-04-06 22:06:48 +00:00
|
|
|
We record decisions. More context on why and how we do that can be found in [DR-0001](0001-record-decisions.md).
|
2018-02-16 17:17:50 +00:00
|
|
|
|
|
|
|
The remainder of this document is intended to document tooling around this process.
|
|
|
|
|
|
|
|
### Utilities to Write Decision Records
|
|
|
|
|
|
|
|
- `doc/decisions/templates/template.md` - contains a template for a decision record.
|
|
|
|
- When recording a decision follow the established file name format
|
|
|
|
`XXXX-some-title.md` where XXXX is the ever increasing count of decisions
|
|
|
|
we've made.
|
|
|
|
|
|
|
|
> More to come. Perhaps document how we can use [`adr-tools`](https://github.com/npryce/adr-tools)
|