Skip to content

Commit 44235db

Browse files
joyeecheungcodebytere
authored andcommitted
doc: remove .github/ISSUE_TEMPLATE.md in favor of the template folder
This removes the obsolete issue template file since we already have the issue template folder which is the one currently in effect. PR-URL: #31656 Refs: #31611 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent be3f622 commit 44235db

File tree

2 files changed

+34
-52
lines changed

2 files changed

+34
-52
lines changed

.github/ISSUE_TEMPLATE.md

-45
This file was deleted.

.github/ISSUE_TEMPLATE/1-bug-report.md

+34-7
Original file line numberDiff line numberDiff line change
@@ -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
1217
Version: output of `node -v`
1318
Platform: 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

Comments
 (0)