Skip to content

Commit 0effc98

Browse files
committed
doc: ask more questions in the bug report template
Inspired by the defect report template of the V8 issue tracker PR-URL: #31611 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent ab4115f commit 0effc98

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

.github/ISSUE_TEMPLATE.md

+26-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,35 @@ Please fill in as much of the template below as you're able.
1111
Version: output of `node -v`
1212
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
1313
Subsystem: if known, please specify affected core module name
14-
15-
If possible, please provide code that demonstrates the problem, keeping it as
16-
simple and free of external dependencies as you are able.
1714
-->
1815

1916
* **Version**:
2017
* **Platform**:
2118
* **Subsystem**:
2219

23-
<!-- Enter your issue details below this comment. -->
20+
### What steps will reproduce the bug?
21+
22+
<!--
23+
Enter details about your bug, preferably a simple code snippet that can be
24+
run using `node` directly without installing third-party dependencies.
25+
-->
26+
27+
### How often does it reproduce? Is there a required condition?
28+
29+
### What is the expected behavior?
30+
31+
<!--
32+
If possible please provide textual output instead of screenshots.
33+
-->
34+
35+
### What do you see instead?
36+
37+
<!--
38+
If possible please provide textual output instead of screenshots.
39+
-->
40+
41+
### Additional information
42+
43+
<!--
44+
Tell us anything else you think we should know.
45+
-->

0 commit comments

Comments
 (0)