Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.03 KB

File metadata and controls

28 lines (19 loc) · 1.03 KB

Architecture Decision Records — Index

This folder contains the Architecture Decision Records (ADRs) for the MyBlog project.

ADRs capture significant design decisions: what was decided, why, what alternatives were considered, and what consequences follow.

Records

ID Title Status Date
ADR-001 Core Architecture Decisions for MyBlog Accepted 2026-04-17

Format

ADRs in this project follow the Nygard ADR template:

  • Context — Why this decision was needed
  • Decision — What was decided
  • Rationale — Why this option was chosen
  • Alternatives considered — What else was on the table
  • Consequences — Trade-offs and follow-on effects

Adding a New ADR

  1. Copy the format from an existing ADR.
  2. Name it ADR-NNN-short-title.md (zero-padded number).
  3. Add a row to the table above.
  4. Set Status to Proposed until the team accepts it.