File tree Expand file tree Collapse file tree 3 files changed +144
-0
lines changed
Expand file tree Collapse file tree 3 files changed +144
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " 🐛 Bug Report"
2+ description : Create a new ticket for a bug.
3+ title : " 🐛 [BUG] - <title>"
4+ labels : [
5+ " bug"
6+ ]
7+ body :
8+ - type : textarea
9+ id : description
10+ attributes :
11+ label : " Description"
12+ description : Please enter an explicit description of your issue
13+ placeholder : Short and explicit description of your incident...
14+ validations :
15+ required : true
16+ - type : input
17+ id : reprod-url
18+ attributes :
19+ label : " Reproduction URL"
20+ description : Please enter your GitHub URL to provide a reproduction of the issue
21+ placeholder : ex. https://github.com/USERNAME/REPO-NAME
22+ validations :
23+ required : true
24+ - type : textarea
25+ id : reprod
26+ attributes :
27+ label : " Reproduction steps"
28+ description : Please enter an explicit description of your issue
29+ value : |
30+ 1. Go to '...'
31+ 2. Click on '....'
32+ 3. Scroll down to '....'
33+ 4. See error
34+ render : bash
35+ validations :
36+ required : true
37+ - type : textarea
38+ id : screenshot
39+ attributes :
40+ label : " Screenshots"
41+ description : If applicable, add screenshots to help explain your problem.
42+ value : |
43+ 
44+ render : bash
45+ validations :
46+ required : false
47+ - type : textarea
48+ id : logs
49+ attributes :
50+ label : " Logs"
51+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
52+ render : bash
53+ validations :
54+ required : false
55+ - type : dropdown
56+ id : browsers
57+ attributes :
58+ label : " Browsers"
59+ description : What browsers are you seeing the problem on ?
60+ multiple : true
61+ options :
62+ - Firefox
63+ - Chrome
64+ - Safari
65+ - Microsoft Edge
66+ - Opera
67+ validations :
68+ required : false
69+ - type : dropdown
70+ id : os
71+ attributes :
72+ label : " OS"
73+ description : What is the impacted environment ?
74+ multiple : true
75+ options :
76+ - Windows
77+ - Linux
78+ - Mac
79+ validations :
80+ required : false
Original file line number Diff line number Diff line change 1+ name : " 💡 Feature Request"
2+ description : Create a new ticket for a new feature request
3+ title : " 💡 [REQUEST] - <title>"
4+ labels : [
5+ " feature"
6+ ]
7+ body :
8+ - type : input
9+ id : start_date
10+ attributes :
11+ label : " Start Date"
12+ description : Start of development
13+ placeholder : " month/day/year"
14+ validations :
15+ required : false
16+ - type : textarea
17+ id : implementation_pr
18+ attributes :
19+ label : " Implementation PR"
20+ description : Pull request used
21+ placeholder : " #Pull Request ID"
22+ validations :
23+ required : false
24+ - type : textarea
25+ id : reference_issues
26+ attributes :
27+ label : " Reference Issues"
28+ description : Common issues
29+ placeholder : " #Issues IDs"
30+ validations :
31+ required : false
32+ - type : textarea
33+ id : summary
34+ attributes :
35+ label : " Summary"
36+ description : Provide a brief explanation of the feature
37+ placeholder : Describe in a few lines your feature request
38+ validations :
39+ required : true
40+ - type : textarea
41+ id : basic_example
42+ attributes :
43+ label : " Basic Example"
44+ description : Indicate here some basic examples of your feature.
45+ placeholder : A few specific words about your feature request.
46+ validations :
47+ required : true
48+ - type : textarea
49+ id : drawbacks
50+ attributes :
51+ label : " Drawbacks"
52+ description : What are the drawbacks/impacts of your feature request ?
53+ placeholder : Identify the drawbacks and impacts while being neutral on your feature request
54+ validations :
55+ required : true
56+ - type : textarea
57+ id : unresolved_question
58+ attributes :
59+ label : " Unresolved questions"
60+ description : What questions still remain unresolved ?
61+ placeholder : Identify any unresolved issues.
62+ validations :
63+ required : false
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
You can’t perform that action at this time.
0 commit comments