diff --git a/.changeset/pr-template-rewrite.md b/.changeset/pr-template-rewrite.md new file mode 100644 index 0000000..40527c9 --- /dev/null +++ b/.changeset/pr-template-rewrite.md @@ -0,0 +1,4 @@ +--- +--- + +Repo meta: rewrite `.github/pull_request_template.md` to reference real `pnpm` scripts (`typecheck`, `test:unit`, `test:smoke`) and the Changesets release flow. No user-visible change. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 484c80b..05fd044 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,41 @@ + + ## Summary + + +## Changes + + + +- +- + ## Verification -- [ ] `pnpm check` -- [ ] `pnpm test:electron` if Electron/CDP behavior changed +- [ ] `pnpm check` passes locally (lint + typecheck + test + build) +- [ ] If this touches CDP wiring or any bundled tool, `pnpm test:electron` passes +- [ ] A changeset is staged (`.changeset/.md`) **or** this PR is genuinely no-op for users (`pnpm changeset --empty`) +- [ ] Public API changes (exports from `src/index.ts`) are reflected in `README.md` +- [ ] No secrets, tokens, or `.env*` files included + +## Notes for reviewers + +