File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
Thank you for your pull request. Please review below requirements.
3
3
4
- Run tests with `make -j4 test` on UNIX or `vcbuild test nosign` on Windows.
5
-
6
4
If this aims to fix a regression or you’re adding a feature, make sure you also
7
5
write a test. If possible, include a benchmark that quantifies your changes.
8
6
@@ -13,7 +11,7 @@ https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
13
11
##### Checklist
14
12
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
15
13
16
- - [ ] tests and code linting passes
14
+ - [ ] ` make -j4 test ` (UNIX) or ` vcbuild test nosign ` (Windows) passes
17
15
- [ ] a test and/or benchmark is included
18
16
- [ ] documentation is changed or added
19
17
- [ ] the commit message follows commit guidelines
You can’t perform that action at this time.
0 commit comments