Files
docs/.gitea/pull_request_template.md
sharang 6db9c7645e
ci / shared (push) Failing after 7s
chore: bootstrap repo scaffolding (M0.1)
Bootstraps §1.2 scaffolding (README, CONTRIBUTING, CODEOWNERS, CHANGELOG, PR + issue templates, LICENSE, CI workflow, release workflow, commitlint, cliff, .editorconfig, .gitignore, .env.example) and ships a proprietary all-rights-reserved LICENSE naming both founders.

Refs: M0.1
2026-05-18 19:15:30 +00:00

1.9 KiB

What

Why

Linked milestone: M0.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