Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.79 KB

File metadata and controls

33 lines (25 loc) · 1.79 KB

Architecture Decision Records

This directory collects Architecture Decision Records, as outlined by Michael Nygard in his article: http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions

Architecture (understood widely) decisions should be documented in the ADR format.

A template for this repository is provided here: template

ADRs related to possible changed, superseded or any other outdated decisions should NOT be removed from the directory. Superseding decisions should reference ADRs they're changing or overriding.

Current ADRs include:


To update the TOC, you can run ./update-toc from within this directory.