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:
1515 placeholder : I cannot currently do X thing because when I do, it breaks X thing.
1616 validations :
1717 required : true
18-
1918 - type : input
2019 id : package-version
2120 attributes :
2221 label : Package Version
2322 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
2524 validations :
2625 required : true
2726 - type : input
2827 id : php-version
2928 attributes :
3029 label : PHP Version
3130 description : What version of PHP are you running? Please be as specific as possible
32- placeholder : 8.2 .0
31+ placeholder : 8.3 .0
3332 validations :
3433 required : true
3534 - type : input
3635 id : laravel-version
3736 attributes :
3837 label : Laravel Version
3938 description : What version of Laravel are you running? Please be as specific as possible
40- placeholder : 9 .0.0
39+ placeholder : 11 .0.0
4140 validations :
4241 required : true
4342 - 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