Skip to main content

RFCs

Architecture and design decision records for the arolariu.ro monorepo. Each RFC captures one durable decision — the problem it solved, the options considered, and what landed.

How to add a new RFC

  1. Copy RFC_TEMPLATE.md into docs/rfc/ with a fresh number (e.g. 2002-<short-slug>.md). Numbering convention:
    • 0xxx — process / CI / governance
    • 1xxx — frontend
    • 2xxx — backend
  2. Fill in Status, Context, Decision, Consequences.
  3. Open a PR against main. The docs site re-mirrors docs/ on every build, so your RFC appears in the sidebar automatically once merged.

Index

Process

Frontend

Backend

// was this page useful?