diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6b8c65c..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ - - -## What & why - - -## How it was verified - - -## Checklist -- [ ] Focused on a single concern (unrelated cleanups split out) -- [ ] `go test -race ./cmd/... ./internal/...` passes (matches CI) -- [ ] Frontend: `npm run build`, `npm run lint`, `npm test` pass (if UI touched) -- [ ] Tests added/updated for the change; bug fixes include a regression test -- [ ] Routes changed? Updated **both** `docs/api/openapi.yaml` and `cmd/mailtrap-local/openapi.yaml` -- [ ] Docs/README updated if behavior or flags changed