We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077d660 commit 83381c1Copy full SHA for 83381c1
.github/PULL_REQUEST_TEMPLATE.md
@@ -3,6 +3,6 @@
3
1. Fork the repo and create your branch from `master`.
4
2. If you've added code that should be tested, add tests!
5
3. If you've changed APIs, update the documentation.
6
-4. Ensure the test suite passes (`grunt test`).
7
-5. Make sure your code lints (`grunt lint`) - we've done our best to make sure these rules match our internal linting guidelines.
+4. Ensure the test suite passes (`npm test`).
+5. Make sure your code lints (`npm run lint`) - we've done our best to make sure these rules match our internal linting guidelines.
8
6. If you haven't already, complete the [CLA](https://code.facebook.com/cla).
0 commit comments