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 97b30d1 commit 48f3e31Copy full SHA for 48f3e31
.github/PULL_REQUEST_TEMPLATE.md
@@ -21,8 +21,8 @@
21
## Checklist:
22
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
23
<!--- 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
+- [ ] `npm run lint` passes without errors
+- [ ] `npm run test` passes without errors
26
- [ ] I have read the [contribution guidelines](CONTRIBUTING.md)
27
- [ ] I have updated the documentation accordingly
28
- [ ] I have added tests to cover my changes
0 commit comments