Browse Source

doc: reduce GitHub template verbosity

Reduce unnecessarily verbose paragraph to a sentence.

PR-URL: https://github.com/nodejs/node/pull/6801
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
v6.x
Rich Trott 9 years ago
committed by Rod Vagg
parent
commit
45ca7cfcdd
  1. 7
      .github/ISSUE_TEMPLATE.md

7
.github/ISSUE_TEMPLATE.md

@ -6,11 +6,8 @@ Version: usually output of `node -v`
Platform: either `uname -a` output, or if Windows, version and 32 or 64-bit Platform: either `uname -a` output, or if Windows, version and 32 or 64-bit
Subsystem: if known, please specify affected core module name Subsystem: if known, please specify affected core module name
It will be much easier for us to fix the issue if a test case that reproduces If possible, please provide code that demonstrates the problem, keeping it as
the problem is provided. Ideally this test case should not have any external simple and free of external dependencies as you are able.
dependencies. We understand that it is not always possible to reduce your code
to a small test case, but we would appreciate to have as
much data as possible.
--> -->
* **Version**: * **Version**:

Loading…
Cancel
Save