Skip to content

Commit 48f3e31

Browse files
committed
Update PR template
1 parent 97b30d1 commit 48f3e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
## Checklist:
2222
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
2323
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
24-
- [ ] `node_modules/.bin/jscs -c .jscsrc error-stack-parser.js` passes without errors
25-
- [ ] `npm test` passes without errors
24+
- [ ] `npm run lint` passes without errors
25+
- [ ] `npm run test` passes without errors
2626
- [ ] I have read the [contribution guidelines](CONTRIBUTING.md)
2727
- [ ] I have updated the documentation accordingly
2828
- [ ] I have added tests to cover my changes

0 commit comments

Comments
 (0)