File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " Bug Report"
2+ description : " Report a bug with the library template."
3+ title : " Describe the bug"
4+ labels : ["bug"]
5+ body :
6+ - type : textarea
7+ id : bug_description
8+ attributes :
9+ label : " Describe the bug"
10+ placeholder : " Provide a clear description of the bug."
11+ validations :
12+ required : true
13+ - type : textarea
14+ id : steps_to_reproduce
15+ attributes :
16+ label : " Steps to reproduce"
17+ placeholder : " List the steps to reproduce the issue."
18+ validations :
19+ required : true
20+ - type : textarea
21+ id : expected_behavior
22+ attributes :
23+ label : " Expected behavior"
24+ placeholder : " Describe what you expected to happen."
25+ validations :
26+ required : true
27+ - type : textarea
28+ id : actual_behavior
29+ attributes :
30+ label : " Actual behavior"
31+ placeholder : " Describe what actually happened."
32+ validations :
33+ required : true
You can’t perform that action at this time.
0 commit comments