Files
q-blog/.gitea/PULL_REQUEST_TEMPLATE.md
2025-08-16 21:21:57 -04:00

460 B

Summary

What this PR changes and why.

Scope

  • Code
  • Tests
  • Docs
  • A11y
  • Build/Config

Verification

Commands run, screenshots, and notes. Include keyboard path if UI.

Risk & Rollback

Potential impacts; how to revert if needed.

Checklist

  • Typecheck + ESLint green
  • Vitest green (incl. axe smoke where relevant)
  • No new any in public props; no blanket disables
  • Docs/ADRs updated if behavior changes