We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc28fb8 commit 7c11022Copy full SHA for 7c11022
1 file changed
.github/pull_request_template.md
@@ -43,10 +43,10 @@ Closes #
43
44
## Checklist
45
46
-- [ ] My code follows the project's coding style (`pnpm -r run lint` passes).
47
-- [ ] TypeScript compiles without errors (`pnpm -r run typecheck`).
+- [ ] My code follows the project's coding style (`npm run lint` passes).
+- [ ] TypeScript compiles without errors (`npm run typecheck --workspaces --if-present`).
48
- [ ] I have added or updated tests for the changes I made.
49
-- [ ] All tests pass locally (`pnpm -r run test`).
+- [ ] All tests pass locally (`npm run test --workspaces --if-present`).
50
- [ ] I have updated documentation where necessary.
51
- [ ] No new `console.log` or debug statements left in the code.
52
- [ ] Breaking changes are documented in this PR description.
0 commit comments