doc: consolidate test/lint text in GH PR template

PR-URL: https://github.com/nodejs/node/pull/7155
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott 2016-06-04 14:13:49 -07:00 коммит произвёл Julian Duque
Родитель 101bda1b40
Коммит 0155744024
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D2F1394777BDB2E2
1 изменённых файлов: 1 добавлений и 3 удалений

4
.github/PULL_REQUEST_TEMPLATE.md поставляемый
Просмотреть файл

@ -1,8 +1,6 @@
<!--
Thank you for your pull request. Please review below requirements.
Run tests with `make -j4 test` on UNIX or `vcbuild test nosign` on Windows.
If this aims to fix a regression or youre 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 items that do not apply. For completed items, change [ ] to [x]. -->
- [ ] tests and code linting passes
- [ ] `make -j4 test` (UNIX) or `vcbuild test nosign` (Windows) passes
- [ ] a test and/or benchmark is included
- [ ] documentation is changed or added
- [ ] the commit message follows commit guidelines