Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 732 Bytes

ADRs-%2D-Architectural-Decision-Records.md

File metadata and controls

12 lines (7 loc) · 732 Bytes

This repository makes use of Architectural Design Records (ADR), which should be added as ordered subpages to this header page.

The purpose of ADR is to keep a simple, lightweight and clear timeline of architectural decisions on a project, that helps to understand why certain decisions were made. Having a history also prevents repeating past mistakes, and understand why certain choices may have changed over time.

  • For subpages, please use the formatting #### - ADR title , with #### being a zero-padded increment starting from 0001.
  • 0000 is reserved for the ADR template.

For the original article that inspired the use of ADR, see http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions