File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Open issues for the expressjs.com website in https://github.com/expressjs/expres
6
6
## PRs and Code contributions
7
7
8
8
* Tests must pass.
9
- * Follow the [ JavaScript Standard Style] ( http://standardjs.com/ ) .
9
+ * Follow the [ JavaScript Standard Style] ( http://standardjs.com/ ) and ` npm run lint ` .
10
10
* If you fix a bug, add a test.
11
11
12
12
## Branches
@@ -27,7 +27,9 @@ a future release of Express.
27
27
each new issue you work on, although not compulsory.
28
28
4 . To run the test suite, first install the dependencies by running ` npm install ` ,
29
29
then run ` npm test ` .
30
- 5 . If the tests pass, you can commit your changes to your fork and then create
30
+ 5 . Ensure your code is linted by running ` npm run lint ` -- fix any issue you
31
+ see listed.
32
+ 6 . If the tests pass, you can commit your changes to your fork and then create
31
33
a pull request from there. Make sure to reference your issue from the pull
32
34
request comments by including the issue number e.g. ` #123 ` .
33
35
You can’t perform that action at this time.
0 commit comments