doc: add multiple issue templates for GitHub · nodejs/node@05544ba · GitHub
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 <rtrott@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f0c71d7 commit 05544ba

4 files changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Lines changed: 20 additions & 0 deletions
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

Lines changed: 10 additions & 0 deletions
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.
Lines changed: 11 additions & 0 deletions

0 commit comments

Comments
 (0)