@@ -3,64 +3,64 @@ description: Report an Issue or Bug with the Package
33title : " [Bug]: "
44labels : ["bug"]
55body :
6- - type : markdown
7- attributes :
8- value : |
9- We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
10- - type : textarea
11- id : what-happened
12- attributes :
13- label : What happened?
14- description : What did you expect to happen?
15- placeholder : I cannot currently do X thing because when I do, it breaks X thing.
16- validations :
17- required : true
18- - type : textarea
19- id : how-to-reproduce
20- attributes :
21- label : How to reproduce the bug
22- description : How did this occur, please add any config values used and provide a set of reliable steps if possible.
23- placeholder : When I do X I see Y.
24- validations :
25- required : true
26- - type : input
27- id : package-version
28- attributes :
29- label : Package Version
30- description : What version of our Package are you running? Please be as specific as possible
31- placeholder : 2.0.0
32- validations :
33- required : true
34- - type : input
35- id : php-version
36- attributes :
37- label : PHP Version
38- description : What version of PHP are you running? Please be as specific as possible
39- placeholder : 8.2.0
40- validations :
41- required : true
42- - type : input
43- id : laravel-version
44- attributes :
45- label : Laravel Version
46- description : What version of Laravel are you running? Please be as specific as possible
47- placeholder : 9.0.0
48- validations :
49- required : true
50- - type : dropdown
51- id : operating-systems
52- attributes :
53- label : Which operating systems does with happen with?
54- description : You may select more than one.
55- multiple : true
56- options :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
10+ - type : textarea
11+ id : what-happened
12+ attributes :
13+ label : What happened?
14+ description : What did you expect to happen?
15+ placeholder : I cannot currently do X thing because when I do, it breaks X thing.
16+ validations :
17+ required : true
18+ - type : textarea
19+ id : how-to-reproduce
20+ attributes :
21+ label : How to reproduce the bug
22+ description : How did this occur, please add any config values used and provide a set of reliable steps if possible.
23+ placeholder : When I do X I see Y.
24+ validations :
25+ required : true
26+ - type : input
27+ id : package-version
28+ attributes :
29+ label : Package Version
30+ description : What version of our Package are you running? Please be as specific as possible
31+ placeholder : 2.0.0
32+ validations :
33+ required : true
34+ - type : input
35+ id : php-version
36+ attributes :
37+ label : PHP Version
38+ description : What version of PHP are you running? Please be as specific as possible
39+ placeholder : 8.2.0
40+ validations :
41+ required : true
42+ - type : input
43+ id : laravel-version
44+ attributes :
45+ label : Laravel Version
46+ description : What version of Laravel are you running? Please be as specific as possible
47+ placeholder : 9.0.0
48+ validations :
49+ required : true
50+ - type : dropdown
51+ id : operating-systems
52+ attributes :
53+ label : Which operating systems does this happen with?
54+ description : You may select more than one.
55+ multiple : true
56+ options :
5757 - macOS
5858 - Windows
5959 - Linux
60- - type : textarea
61- id : notes
62- attributes :
63- label : Notes
64- description : Use this field to provide any other notes that you feel might be relevant to the issue.
65- validations :
66- required : false
60+ - type : textarea
61+ id : notes
62+ attributes :
63+ label : Notes
64+ description : Use this field to provide any other notes that you feel might be relevant to the issue.
65+ validations :
66+ required : false
0 commit comments