doc: minor rewording to the GitHub issue/pr templates
- Templates are now a bit more consistent with phrasing. - Simplified a bit. PR-URL: https://github.com/nodejs/node/pull/7403 Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
This commit is contained in:
parent
3f5623dd46
commit
1db31a3494
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
@ -1,9 +1,9 @@
|
|||||||
<!--
|
<!--
|
||||||
Thank you for reporting an issue. Please fill in the template below. If unsure
|
Thank you for reporting an issue.
|
||||||
about something, just do as best as you're able.
|
Please fill in as much of the template below as you're able.
|
||||||
|
|
||||||
Version: usually output of `node -v`
|
Version: output of `node -v`
|
||||||
Platform: either `uname -a` output, or if Windows, version and 32 or 64-bit
|
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
|
||||||
Subsystem: if known, please specify affected core module name
|
Subsystem: if known, please specify affected core module name
|
||||||
|
|
||||||
If possible, please provide code that demonstrates the problem, keeping it as
|
If possible, please provide code that demonstrates the problem, keeping it as
|
||||||
|
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
Thank you for your pull request. Please review below requirements.
|
Thank you for your pull request. Please review below requirements.
|
||||||
|
|
||||||
Bug fixes and new features should include tests and possibly a benchmark.
|
Bug fixes and new features should include tests and possibly benchmarks.
|
||||||
|
|
||||||
Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
|
Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
|
||||||
-->
|
-->
|
||||||
@ -9,15 +9,14 @@ Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
|
|||||||
##### Checklist
|
##### Checklist
|
||||||
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
|
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
|
||||||
|
|
||||||
- [ ] `make -j4 test` (UNIX) or `vcbuild test nosign` (Windows) passes
|
- [ ] `make -j4 test` (UNIX), or `vcbuild test nosign` (Windows) passes
|
||||||
- [ ] a test and/or benchmark is included
|
- [ ] tests and/or benchmarks are included
|
||||||
- [ ] documentation is changed or added
|
- [ ] documentation is changed or added
|
||||||
- [ ] the commit message follows commit guidelines
|
- [ ] commit message follows commit guidelines
|
||||||
|
|
||||||
|
|
||||||
##### Affected core subsystem(s)
|
##### Affected core subsystem(s)
|
||||||
<!-- provide affected core subsystem(s) (like doc, cluster, crypto, etc) -->
|
<!-- Provide affected core subsystem(s) (like doc, cluster, crypto, etc). -->
|
||||||
|
|
||||||
|
|
||||||
##### Description of change
|
##### Description of change
|
||||||
<!-- provide a description of the change below this comment -->
|
<!-- Provide a description of the change below this comment. -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user