This repository was archived by the owner on Oct 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +63
-11
lines changed Expand file tree Collapse file tree 3 files changed +63
-11
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+ 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 : input
19+ id : package-version
20+ attributes :
21+ label : Package Version
22+ description : What version of our Package are you running? Please be as specific as possible
23+ placeholder : 1.0.0
24+ validations :
25+ required : true
26+ - type : input
27+ id : php-version
28+ attributes :
29+ label : PHP Version
30+ description : What version of PHP are you running? Please be as specific as possible
31+ placeholder : 8.3.0
32+ validations :
33+ required : true
34+ - type : input
35+ id : laravel-version
36+ attributes :
37+ label : Laravel Version
38+ description : What version of Laravel are you running? Please be as specific as possible
39+ placeholder : 11.0.0
40+ validations :
41+ required : true
42+ - type : dropdown
43+ id : operating-systems
44+ attributes :
45+ label : Which operating systems does with happen with?
46+ description : You may select more than one.
47+ multiple : true
48+ options :
49+ - macOS
50+ - Windows
51+ - Linux
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