File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,28 @@ body:
15
15
placeholder : I cannot currently do X thing because when I do, it breaks X thing.
16
16
validations :
17
17
required : true
18
-
19
18
- type : input
20
19
id : package-version
21
20
attributes :
22
21
label : Package Version
23
22
description : What version of our Package are you running? Please be as specific as possible
24
- placeholder : 2 .0.0
23
+ placeholder : 1 .0.0
25
24
validations :
26
25
required : true
27
26
- type : input
28
27
id : php-version
29
28
attributes :
30
29
label : PHP Version
31
30
description : What version of PHP are you running? Please be as specific as possible
32
- placeholder : 8.2 .0
31
+ placeholder : 8.3 .0
33
32
validations :
34
33
required : true
35
34
- type : input
36
35
id : laravel-version
37
36
attributes :
38
37
label : Laravel Version
39
38
description : What version of Laravel are you running? Please be as specific as possible
40
- placeholder : 9 .0.0
39
+ placeholder : 11 .0.0
41
40
validations :
42
41
required : true
43
42
- type : dropdown
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Question or Feature
2
+ description : Open a Question or Feature Request
3
+ title : " [Feature]: "
4
+ labels : ["feature"]
5
+ body :
6
+ - type : textarea
7
+ id : question-feature
8
+ attributes :
9
+ label : Question or Feature?
10
+ description : Enter a Question or Feature Request
11
+ validations :
12
+ required : true
You can’t perform that action at this time.
0 commit comments