Files
design-tokens/.gitea/pull_request_template.md
T
sharang f3366f0f20
ci / shared (pull_request) Failing after 5s
ci / test (pull_request) Failing after 2s
ci / e2e (pull_request) Has been skipped
ci / image (pull_request) Has been skipped
chore: bootstrap repo scaffolding (M0.1)
Adds the §1.2 scaffolding required by IMPLEMENTATION_PLAN.md M0.1:
README, CONTRIBUTING, CODEOWNERS, CHANGELOG, PR + issue templates,
CI workflow, release workflow, LICENSE, commitlint, cliff config,
.editorconfig, .gitignore, .env.example.

Refs: M0.1
2026-05-18 21:07:19 +02:00

1.9 KiB

What

Why

Linked milestone: M5.1

How

Test plan

  • Unit tests added/updated
  • Integration tests added/updated (real DB via testcontainers)
  • Playwright e2e added/updated (only if user-facing flow changed)
  • Manual smoke on stage after deploy
  • Regression test added (only if this PR fixes a bug — must fail before the fix)

Risk

Blast radius:

What could break:

Rollback plan:

Checklist

  • Docs updated (or n/a — explain)
  • Audit events emitted for state changes (or n/a)
  • Secrets via Infisical, never in repo
  • Migration is forward-only + idempotent (or no migration)
  • Tenant scoping enforced on every DB query (or no DB access)
  • OpenAPI spec updated (or no API change)
  • featureFlags.evaluate() used for any toggleable behavior (or n/a)
  • CHANGELOG entry under "Unreleased" (or n/a)

Screenshots / recordings