summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2016-06-24 14:33:57 +0200
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-06-27 09:48:02 +0200
commit1db31a34948eee311abd9881bbf5d906d0cd678b (patch)
tree6ff45297cccaf3358b583dfddd9b1351306bade2 /.github/ISSUE_TEMPLATE.md
parent3f5623dd462398d7af0814eadf5f8f43a610330e (diff)
downloadandroid-node-v8-1db31a34948eee311abd9881bbf5d906d0cd678b.tar.gz
android-node-v8-1db31a34948eee311abd9881bbf5d906d0cd678b.tar.bz2
android-node-v8-1db31a34948eee311abd9881bbf5d906d0cd678b.zip
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>
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 3ae4132fbc..4c115cb593 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,9 +1,9 @@
<!--
-Thank you for reporting an issue. Please fill in the template below. If unsure
-about something, just do as best as you're able.
+Thank you for reporting an issue.
+Please fill in as much of the template below as you're able.
-Version: usually output of `node -v`
-Platform: either `uname -a` output, or if Windows, version and 32 or 64-bit
+Version: output of `node -v`
+Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify affected core module name
If possible, please provide code that demonstrates the problem, keeping it as