Skip to content

Instantly share code, notes, and snippets.

@sam9291
Last active April 11, 2022 15:29
Show Gist options
  • Save sam9291/30aa2a0442d2985111c30c4acdd167d8 to your computer and use it in GitHub Desktop.
Save sam9291/30aa2a0442d2985111c30c4acdd167d8 to your computer and use it in GitHub Desktop.
ADR Template

Decision record 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

Status

What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.?

Status Date Validated by
Proposed 2022/4/11 S. Poirier
Accepted 2022/4/11 Synergy

Context

What is the issue that we're seeing that is motivating this decision or change?

Decision

What is the change that we're proposing and/or doing?

Consequences

What becomes easier or more difficult to do because of this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment