8000 Merge pull request #54 from olssonm/update-bug-template · NativeLaravel/laravel@fd85dc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd85dc9

Browse files
authored
Merge pull request NativePHP#54 from olssonm/update-bug-template
Add node version to bug issue template
2 parents 70e687a + 1b21201 commit fd85dc9

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)
0