File tree 1 file changed +56
-0
lines changed
1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Report an Issue or Bug with the Package
3
+ title : " [Bug]: "
4
+ labels : ["bug"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Sorry to hear you have a problem. Please provide as much details as possible so that we can solve this together.
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 Y 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.4.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 : 12.0.0
48
+ validations :
49
+ required : true
50
+ - type : textarea
51
+ id : notes
52
+ attributes :
53
+ label : Notes
54
+ description : Use this field to provide any other notes that you feel might be relevant to the issue.
55
+ validations :
56
+ required : false
You can’t perform that action at this time.
0 commit comments