Skip to main content

Architectural Decision Records

What are these?

These are short documents providing context around architectural and design choices made in the process of building this project. They are supposed to be short and don't need to be perfect. That way we can keep the bar towards writing an ADR low and document larger changes in the project.

ref. https://github.com/joelparkerhenderson/architecture-decision-record

Index

Template

# [id] Title

- Status: [proposed | rejected | accepted | deprecated | ... | superseded by ADR-002]
- Author: @githubhandle
- Date: YYYY-MM-DD

## Context

## Considered options

## Decision

## Outcome