Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 671 Bytes

adr_template_by_michael_nygard.md

File metadata and controls

15 lines (8 loc) · 671 Bytes

ADR template by Michael Nygard

This is the template in Documenting architecture decisions - Michael Nygard

In each ADR file, write these sections:

  • Title: short present tense imperative phrase, less than 50 characters, like a git commit message.

  • Status: proposed, accepted, rejected, deprecated, superseded, etc.

  • Context: what is the issue that we're seeing that is motivating this decision or change.

  • Decision: what is the change that we're actually proposing or doing.

  • Consequences: what becomes easier or more difficult to do because of this change.