File tree Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Original file line number Diff line number Diff line change 11name : Issue Report
2- description : Report a bug, request a feature, or ask a question
3- title : " [Issue]: "
2+ description : Report a bug
3+ title : " [Bug]: "
4+ type : " Bug"
5+ projects : " github/21"
46labels : []
57assignees : []
68
911 attributes :
1012 value : " ### Thank you for contributing! Please select the type of issue."
1113
12- - type : dropdown
13- id : issue_type
14- attributes :
15- label : " Issue Type"
16- description : " What kind of issue are you reporting?"
17- options :
18- - Bug
19- - Feature
20- - Documentation
21- - Question
22- - Idea
23- - Task
24- validations :
25- required : true
26-
2714 - type : input
2815 id : summary
2916 attributes :
30- label : " Issue Summary"
31- description : " Briefly describe the issue or feature request ."
17+ label : " Summary"
18+ description : " Briefly describe the bug ."
3219 placeholder : " e.g., App crashes when opening settings"
3320 validations :
3421 required : true
@@ -37,16 +24,16 @@ body:
3724 id : description
3825 attributes :
3926 label : " Description"
40- description : " Provide details about the issue or request ."
41- placeholder : " Explain the problem or feature in detail."
27+ description : " Provide details about the bug ."
28+ placeholder : " Explain the problem in detail."
4229 validations :
4330 required : true
4431
4532 - type : textarea
4633 id : steps
4734 attributes :
48- label : " Steps to Reproduce (for Bugs) "
49- description : " List the steps to reproduce the issue (if applicable) ."
35+ label : " Steps to Reproduce"
36+ description : " List the steps to reproduce the bug ."
5037 placeholder : |
5138 1. Go to '...'
5239 2. Click on '...'
You can’t perform that action at this time.
0 commit comments