Skip to content

Commit ee1f64a

Browse files
authored
Create issue form
1 parent 163c15f commit ee1f64a

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/help.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Help
2+
description: Get general support regarding using Node.js.
3+
4+
body:
5+
- type: textarea
6+
id: details
7+
attributes:
8+
label: Details
9+
description: Kindly explain in detail your problem.
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: node_version
15+
attributes:
16+
label: Node.js version
17+
description: The version of Node.js you are using.
18+
value: "Not applicable."
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: os
24+
attributes:
25+
label: Operating system
26+
description: The operating system you are running.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: scope
32+
attributes:
33+
label: Scope
34+
description: The scope of the issue. Installation, code, runtime, meta, other?
35+
validation:
36+
required: true
37+
38+
- type: textarea
39+
id: module
40+
attributes:
41+
label: Module and version
42+
description: The Node.js module that you are experiencing problems with (if applicable).
43+
value: "Not applicable."

0 commit comments

Comments
 (0)