Skip to content

Commit ad29e34

Browse files
authored
Add Laravel version to bug template (#918)
1 parent 25d53c2 commit ad29e34

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ body:
1818
placeholder: e.g. 3.6.1
1919
validations:
2020
required: true
21+
- type: input
22+
id: laravel
23+
attributes:
24+
label: Laravel version
25+
description: Which Laravel version do you use?
26+
placeholder: e.g. 11.15.0
27+
validations:
28+
required: true
2129
- type: textarea
2230
id: repro
2331
attributes:

0 commit comments

Comments
 (0)