@@ -5,20 +5,47 @@ about: Create a report to help us improve
55---
66
77<!--
8- Thank you for reporting a possible bug in Node.js .
8+ Thank you for reporting an issue .
99
10- Please fill in as much of the template below as you can.
10+ This issue tracker is for bugs and issues found within Node.js core.
11+ If you require more general support please file an issue on our help
12+ repo. https://github.com/nodejs/help
13+
14+
15+ Please fill in as much of the template below as you're able.
1116
1217Version: output of `node -v`
1318Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
14- Subsystem: if known, please specify the affected core module name
15-
16- If possible, please provide code that demonstrates the problem, keeping it as
17- simple and free of external dependencies as you can.
19+ Subsystem: if known, please specify affected core module name
1820-->
1921
2022* ** Version** :
2123* ** Platform** :
2224* ** Subsystem** :
2325
24- <!-- Please provide more details below this comment. -->
26+ ### What steps will reproduce the bug?
27+
28+ <!--
29+ Enter details about your bug, preferably a simple code snippet that can be
30+ run using `node` directly without installing third-party dependencies.
31+ -->
32+
33+ ### How often does it reproduce? Is there a required condition?
34+
35+ ### What is the expected behavior?
36+
37+ <!--
38+ If possible please provide textual output instead of screenshots.
39+ -->
40+
41+ ### What do you see instead?
42+
43+ <!--
44+ If possible please provide textual output instead of screenshots.
45+ -->
46+
47+ ### Additional information
48+
49+ <!--
50+ Tell us anything else you think we should know.
51+ -->
0 commit comments