File tree Expand file tree Collapse file tree 5 files changed +118
-61
lines changed
Expand file tree Collapse file tree 5 files changed +118
-61
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ name : " 🚨 Bug Report"
3+ description : File a bug report
4+ title : " 🚨 [BUG] - <title>"
5+ labels : ["bug", "triage"]
6+ assignees :
7+ - octocat
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ Thanks for taking the time to fill out this bug report!
13+
14+ - type : textarea
15+ id : what-happened
16+ attributes :
17+ label : What happened?
18+ description : Also tell us, what did you expect to happen?
19+ placeholder : |
20+ Steps to reproduce the behavior:
21+ 1.
22+ 2.
23+ 3.
24+
25+ Expected behavior:
26+ ...
27+
28+ Actual behavior:
29+ ...
30+ validations :
31+ required : true
32+
33+ - type : textarea
34+ id : possible-fix
35+ attributes :
36+ label : Any suggestions for fixing this bug?
37+ description : If you have an idea to fix this bug, we'd love to hear it!
38+ validations :
39+ required : false
40+
41+ - type : textarea
42+ id : logs
43+ attributes :
44+ label : Relevant log output
45+ description : Please copy and paste any relevant log output.
46+ render : shell
47+
48+ - type : textarea
49+ id : environment
50+ attributes :
51+ label : Details about your environment
52+ description : Please provide the following information about your environment.
53+ placeholder : |
54+ ## Your Environment
55+ - Go Version:
56+ - Operating System:
57+ - Browser (if applicable):
58+ - Relevant env vars
59+
60+ Tell us what you see!
61+ validations :
62+ required : false
Original file line number Diff line number Diff line change 1+ ---
2+ blank_issues_enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ name : " 💡 Feature Request"
3+ description : Create a new ticket for a new feature request
4+ title : " 💡 [REQUEST] - <title>"
5+ labels : ["question"]
6+ body :
7+ - type : textarea
8+ id : implementation_pr
9+ attributes :
10+ label : " Implementation PR"
11+ description : Associated pull request
12+ placeholder : " # Pull Request ID"
13+ validations :
14+ required : false
15+ - type : textarea
16+ id : reference_issues
17+ attributes :
18+ label : " Reference Issues"
19+ description : Related issues
20+ placeholder : " # Issue ID(s)"
21+ validations :
22+ required : false
23+ - type : textarea
24+ id : summary
25+ attributes :
26+ label : " Summary"
27+ description : Provide a brief explanation of the feature
28+ placeholder : Describe your feature request
29+ validations :
30+ required : true
31+ - type : textarea
32+ id : basic_example
33+ attributes :
34+ label : " Basic Example"
35+ description : Provide some basic examples of your feature
36+ placeholder : A few specific details about your feature request
37+ validations :
38+ required : true
39+ - type : textarea
40+ id : drawbacks
41+ attributes :
42+ label : " Drawbacks"
43+ description : What are the drawbacks/impacts of your feature request?
44+ placeholder : Identify the drawbacks and impacts while remaining neutral on your feature request
45+ validations :
46+ required : true
47+ - type : textarea
48+ id : unresolved_question
49+ attributes :
50+ label : " Unresolved questions"
51+ description : What questions remain unresolved?
52+ placeholder : Identify any unresolved issues
53+ validations :
54+ required : false
You can’t perform that action at this time.
0 commit comments