almost finished

This commit is contained in:
Nat Hillard 2021-04-22 12:40:56 -04:00
commit ad120bb413
10 changed files with 219 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# 1. Record architecture decisions
Date: 2021-04-21
## Status
Accepted
## Context
We need to record the architectural decisions made on this project.
## Decision
We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
## Consequences
See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools).