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 e873063 commit c2aba5bCopy full SHA for c2aba5b
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -1,8 +1,6 @@
1
<!--
2
Thank you for your pull request. Please review below requirements.
3
4
-Run tests with `make -j4 test` on UNIX or `vcbuild test nosign` on Windows.
5
-
6
If this aims to fix a regression or you’re adding a feature, make sure you also
7
write a test. If possible, include a benchmark that quantifies your changes.
8
@@ -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
16
-- [ ] tests and code linting passes
+- [ ] `make -j4 test` (UNIX) or `vcbuild test nosign` (Windows) passes
17
- [ ] a test and/or benchmark is included
18
- [ ] documentation is changed or added
19
- [ ] the commit message follows commit guidelines
0 commit comments