Skip to content

Commit 05544ba

Browse files
tniessenrvagg
authored andcommitted
doc: add multiple issue templates for GitHub
Fixes: #21812 PR-URL: #22215 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: George Adams <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f0c71d7 commit 05544ba

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-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 can.
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 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.
18+
-->
19+
20+
* **Version**:
21+
* **Platform**:
22+
* **Subsystem**:
23+
24+
<!-- Please provide more 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.

.github/ISSUE_TEMPLATE/3-help.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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!
9+
10+
Questions posted to this repository will be closed.
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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!
9+
10+
Issues with the Node.js API documentation should be posted here. All other
11+
issues regarding the website will be closed.

0 commit comments

Comments
 (0)