Skip to content

Commit 8fa981b

Browse files
Trottjasnell
authored andcommitted
doc: standardize on make -j8
Most of the docs recommend `make -j8`. The one exception is the pull request template which recommends `make -j4`. This changes the pull request template so that it is in line with the other docs. PR-URL: #8678 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 01b3d5a commit 8fa981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
99
##### Checklist
1010
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
1111

12-
- [ ] `make -j4 test` (UNIX), or `vcbuild test nosign` (Windows) passes
12+
- [ ] `make -j8 test` (UNIX), or `vcbuild test nosign` (Windows) passes
1313
- [ ] tests and/or benchmarks are included
1414
- [ ] documentation is changed or added
1515
- [ ] commit message follows commit guidelines

0 commit comments

Comments
 (0)