Skip to content

Commit

Permalink
Merge pull request #2545 from pulibrary/architecture-decisions
Browse files Browse the repository at this point in the history
Decision: Start documenting design decisions
  • Loading branch information
tpendragon committed Feb 7, 2019
2 parents 58a99d1 + e20ae1f commit 076fe6c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions architecture-decisions/0001-document-architecture-decisions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1. Record architecture decisions

Date: 2019-02-07

## 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 in this article: 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_ at https://github.com/npryce/adr-tools.
* Pull requests that change configuration settings, either in this repository, or in https://github.com/pulibrary/princeton_ansible, should be accompanied by an ADR.

0 comments on commit 076fe6c

Please sign in to comment.