Skip to content

Commit b6a646d

Browse files
committed
doc: reduce GitHub template verbosity
Reduce unnecessarily verbose paragraph to a sentence. PR-URL: nodejs#6801 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 21b53fe commit b6a646d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/ISSUE_TEMPLATE.md

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

1613
* **Version**:

0 commit comments

Comments
 (0)