Skip to content

Architecture Decision Records (ADRs)

This directory contains Architecture Decision Records (ADRs) for Quinoa.

What is an ADR?

An ADR is a short document that captures an important architectural decision along with its context and consequences.

Process

  1. Create a new ADR using the template in ../templates/adr.md
  2. Number it sequentially: NNNN-title-with-dashes.md
  3. Submit a pull request for review
  4. After approval, merge and update this index

ADR Lifecycle

  • Proposed: Under discussion
  • Accepted: Decision made and approved
  • Deprecated: No longer relevant
  • Superseded: Replaced by another ADR

Index

ADRTitleStatusDate
0001Use This Template for Architecture Decision RecordsProposed2024-01-15

References

Documentación interna de Quinoa