Skip to content

Commit

Permalink
use architecture decision records
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilary Holz committed Aug 2, 2019
1 parent 7f57182 commit 3dcf857
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/adr/0001-record-architecture-decisions.md
@@ -0,0 +1,19 @@
# 1. Record architecture decisions

Date: 2019-08-02

## 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).

0 comments on commit 3dcf857

Please sign in to comment.