Files
sencho/.github/PULL_REQUEST_TEMPLATE.md
T

1.4 KiB

Summary

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Tests
  • Refactor, chore, or CI
  • Breaking change

Testing performed

Checklist

  • CLA check must pass (CLA.md; you will be prompted on your first PR)
  • Tests added or updated, or this change does not need them
  • Docs updated if user-facing behavior, labels, or defaults changed
  • Lint and typecheck pass locally (npm run lint and npx tsc --noEmit in backend/ and/or frontend/ as applicable)
  • Commit messages and the PR title follow Conventional Commits (the CHANGELOG line comes from the subject; do not edit CHANGELOG.md)
  • This PR stays on one concern and contains no secrets