Skip to content

Architecture Decision Records (ADRs)

Records of significant architecture and technology decisions at Feoda.

What Is an ADR?

An Architecture Decision Record captures a decision — the context, the alternatives considered, the decision made, and the consequences. ADRs help the team understand why things are the way they are.

How to Add an ADR

  1. Copy the decision-record.md template.
  2. Number it sequentially: adr-001-[topic].md, adr-002-[topic].md, etc.
  3. Fill in all sections.
  4. Submit for review and approval.

ADR Index

# Title Status Date
No ADRs yet

ADRs will be added as architecture decisions are made.