Skip to content

Commit 166a1dc

Browse files
committed
doc: add multiple issue templates fr GitHub
Fixes: #21812
1 parent fe47b8b commit 166a1dc

4 files changed

+60
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!--
8+
Thank you for reporting a possible bug in Node.js.
9+
10+
Please fill in as much of the template below as you're able.
11+
12+
Version: output of `node -v`
13+
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
14+
Subsystem: if known, please specify 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 are able.
18+
-->
19+
20+
* **Version**:
21+
* **Platform**:
22+
* **Subsystem**:
23+
24+
<!-- Enter your issue details below this comment. -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!--
8+
Thank you for suggesting an idea to make Node.js better.
9+
10+
Please fill in as much of the template below as you're able.
11+
-->
12+
13+
**Is your feature request related to a problem? Please describe.**
14+
Please describe the problem you are trying to solve.
15+
16+
**Describe the solution you'd like**
17+
Please describe the desired behavior.
18+
19+
**Describe alternatives you've considered**
20+
Please describe alternative solutions or features you have considered.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: "\U0001F310 Found a problem with nodejs.org?"
3+
about: Please file an issue in the Node.js website repo.
4+
5+
---
6+
7+
If you have a question, suggestion or issue regarding our website,
8+
please post it in https://github.com/nodejs/nodejs.org!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: "⁉️ Need help with Node.js?"
3+
about: Please file an issue in our help repo.
4+
5+
---
6+
7+
If you have a question about Node.js that is not a bug report or feature
8+
request, please post it in https://github.com/nodejs/help!

0 commit comments

Comments
 (0)