Skip to content

Architecture Decision Records

Architecture Decision Records (ADRs) capture significant technical decisions along with their context, alternatives considered, and consequences. They serve as a historical record so that future contributors understand why a particular approach was chosen.

For a summary table of all ADRs, see the ADR Index.

ADR files follow the pattern adr/NNN-short-descriptive-title.md at the repository root. See the ADR Index for the template and process.