Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 849 Bytes

adr_template_extends_nygard.md

File metadata and controls

28 lines (15 loc) · 849 Bytes

ADR template by Michael Nygard

This is the template in Documenting architecture decisions - Michael Nygard. You can use adr-tools for managing the ADR files.

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

Options considered

<technical choices/architectural designs considered for this change.>