Skip to content

Commit a6bda7d

Browse files
committed
github: update PR template
1 parent 10065c5 commit a6bda7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Please include a summary of the change and which (if any) issue is fixed. List a
77

88
Please check the boxes that apply before requesting review.
99

10-
- [ ] I ran the site locally (`npm run show`) and verified the changed pages
11-
- [ ] I ran the production build (`npm run css && npm run build`) and checked `docs/` output
12-
- [ ] I updated or copied vendor assets using the package.json copy scripts if required (`npm run copy-css|copy-js|copy-fa|copy-cas`)
10+
- [ ] I ran the site locally (`pnpm show`) and verified the changed pages
11+
- [ ] I ran the production build (`pnpm css && pnpm build`) and checked `docs/` output
12+
- [ ] I updated or copied vendor assets using the package.json copy scripts if required (`pnpm copy-css|copy-js|copy-fa|copy-cas`)
1313
- [ ] If this change depends on `caswow.library`, I documented whether it was linked with `npm link` or included in CI
1414
- [ ] I verified there are no uncaught exceptions in the browser console (common: dialog script in `base.njk`)
1515
- [ ] I added notes in this PR about any assumptions made (missing vendor files, local links, env variables)

0 commit comments

Comments
 (0)