File tree Expand file tree Collapse file tree 2 files changed +55
-4
lines changed Expand file tree Collapse file tree 2 files changed +55
-4
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : " Report a reproducible bug."
3+ body :
4+ - type : markdown
5+ attributes :
6+ value : |
7+ Before creating a new Bug Report, please check that there isn't already a similar issue.
8+
9+ - type : textarea
10+ attributes :
11+ label : Description
12+ description : A clear and concise description of what the bug is.
13+ validations :
14+ required : true
15+ - type : textarea
16+ attributes :
17+ label : Steps To Reproduce
18+ description : How do you trigger this bug? Please walk us through it step by step.
19+ value : |
20+ 1.
21+ 2.
22+ 3.
23+ ...
24+ validations :
25+ required : true
26+ - type : input
27+ attributes :
28+ label : Example Application
29+ description : " Here is a link to my Github repo containing a minimal Laravel application which shows my problem:"
30+ - type : markdown
31+ attributes :
32+ value : |
33+ You can use `composer show` to get package version numbers:
34+ - type : input
35+ attributes :
36+ label : " Version of binaryk/laravel-restify package:"
37+ validations :
38+ required : true
39+ - type : input
40+ attributes :
41+ label : " Version of laravel/framework package:"
42+ validations :
43+ required : true
44+ - type : input
45+ attributes :
46+ label : " PHP version:"
47+ validations :
48+ required : true
49+ - type : input
50+ attributes :
51+ label : " Database engine and version:"
52+ - type : input
53+ attributes :
54+ label : " OS: Windows/Mac/Linux version:"
Original file line number Diff line number Diff line change 1- blank_issues_enabled : true
1+ blank_issues_enabled : false
22contact_links :
33 - name : Ask a question
44 url : https://github.com/BinarCode/laravel-restify/discussions/new?category=q-a
55 about : Ask the community for help
66 - name : Request a feature
77 url : https://github.com/BinarCode/laravel-restify/discussions/new?category=ideas
88 about : Share ideas for new features
9- - name : Report a bug
10- url : https://github.com/BinarCode/laravel-restify/issues/new
11- about : Report a reproducable bug
You can’t perform that action at this time.
0 commit comments