doc: edit pull request template
Move checklist instructions closer to the checklist. Trim unnecessary words. PR-URL: https://github.com/nodejs/node/pull/7058 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
This commit is contained in:
parent
85da963dda
commit
e350deb1e3
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,9 +1,7 @@
|
||||
<!--
|
||||
Thank you for your pull request. Please review below requirements and walk
|
||||
through the checklist. You can 'tick' a box by using the letter "x": [x].
|
||||
Thank you for your pull request. Please review below requirements.
|
||||
|
||||
Run the test suite with: `make -j4 test` on UNIX or `vcbuild test nosign` on
|
||||
Windows.
|
||||
Run tests with `make -j4 test` on UNIX or `vcbuild test nosign` on Windows.
|
||||
|
||||
If this aims to fix a regression or you’re adding a feature, make sure you also
|
||||
write a test. If possible, include a benchmark that quantifies your changes.
|
||||
@ -13,7 +11,7 @@ https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
|
||||
-->
|
||||
|
||||
##### Checklist
|
||||
<!-- remove lines that do not apply to you -->
|
||||
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
|
||||
|
||||
- [ ] tests and code linting passes
|
||||
- [ ] a test and/or benchmark is included
|
||||
|
Loading…
x
Reference in New Issue
Block a user