Skip to content

Commit 1b21201

Browse files
committed
Add node version to bug issue template
1 parent 70e687a commit 1b21201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ body:
4747
placeholder: 9.0.0
4848
validations:
4949
required: true
50+
- type: input
51+
id: node-version
52+
attributes:
53+
label: Node Version
54+
description: What version of Node are you running? Please be as specific as possible
55+
placeholder: '18.17'
56+
validations:
57+
required: true
5058
- type: dropdown
5159
id: operating-systems
5260
attributes:

0 commit comments

Comments
 (0)