File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11name : " \U0001F41B Bug Report"
22description : Report a general library issue.
33labels : [bug]
4- issue_body : false
54body :
65- type : input
76 attributes :
@@ -14,14 +13,14 @@ body:
1413 attributes :
1514 label : Laravel version
1615 description : " Please provide the full version of Laravel that you're experiencing the bug with."
17- placeholder : " v1.2.3 "
16+ placeholder : " v8.15 "
1817 validations :
1918 required : true
2019- type : input
2120 attributes :
2221 label : PHP version
2322 description : " Please provide the full version of PHP that you're experiencing the bug with."
24- placeholder : " v1.2.3 "
23+ placeholder : " v8.0.0 "
2524 validations :
2625 required : true
2726- type : textarea
Original file line number Diff line number Diff line change 11name : " \U0001F4A1 Feature request"
2- description : " For ideas or feature requests: please create a Pull Request or open an issue."
2+ description : " For ideas or feature requests: please make a pull request or open an issue."
33labels : [enhancement]
4+ body :
5+ - type : textarea
6+ attributes :
7+ label : Please describe the feature
8+ description : A concise description of what you would like to experience.
9+ validations :
10+ required : true
Original file line number Diff line number Diff line change 1+ name : Support question
2+ description : " Need help with using this package? Ask your question here. Please browse the Discussions for similar questions before."
3+ labels : [question]
4+ body :
5+ - type : textarea
6+ attributes :
7+ label : How could we help you?
8+ description : Please describe what is happening and what you expect to happen.
9+ validations :
10+ required : true
You can’t perform that action at this time.
0 commit comments