Skip to content

Commit 1db31a3

Browse files
committed
doc: minor rewording to the GitHub issue/pr templates
- Templates are now a bit more consistent with phrasing. - Simplified a bit. PR-URL: nodejs#7403 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 3f5623d commit 1db31a3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!--
2-
Thank you for reporting an issue. Please fill in the template below. If unsure
3-
about something, just do as best as you're able.
2+
Thank you for reporting an issue.
3+
Please fill in as much of the template below as you're able.
44
5-
Version: usually output of `node -v`
6-
Platform: either `uname -a` output, or if Windows, version and 32 or 64-bit
5+
Version: output of `node -v`
6+
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
77
Subsystem: if known, please specify affected core module name
88
99
If possible, please provide code that demonstrates the problem, keeping it as

.github/PULL_REQUEST_TEMPLATE.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
<!--
22
Thank you for your pull request. Please review below requirements.
33
4-
Bug fixes and new features should include tests and possibly a benchmark.
4+
Bug fixes and new features should include tests and possibly benchmarks.
55
66
Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
77
-->
88

99
##### Checklist
1010
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
1111

12-
- [ ] `make -j4 test` (UNIX) or `vcbuild test nosign` (Windows) passes
13-
- [ ] a test and/or benchmark is included
12+
- [ ] `make -j4 test` (UNIX), or `vcbuild test nosign` (Windows) passes
13+
- [ ] tests and/or benchmarks are included
1414
- [ ] documentation is changed or added
15-
- [ ] the commit message follows commit guidelines
16-
15+
- [ ] commit message follows commit guidelines
1716

1817
##### Affected core subsystem(s)
19-
<!-- provide affected core subsystem(s) (like doc, cluster, crypto, etc) -->
18+
<!-- Provide affected core subsystem(s) (like doc, cluster, crypto, etc). -->
2019

2120

2221
##### Description of change
23-
<!-- provide a description of the change below this comment -->
22+
<!-- Provide a description of the change below this comment. -->

0 commit comments

Comments
 (0)