File tree Expand file tree Collapse file tree 2 files changed +60
-30
lines changed
Expand file tree Collapse file tree 2 files changed +60
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ about : Report a bug
3+ title : ' [Bug] '
4+ labels : ' bug'
5+ assignees :
6+ - helightdev
7+ body :
8+ - type : dropdown
9+ id : affected_package
10+ attributes :
11+ label : Affected Package
12+ description : Select the package where you encountered the bug.
13+ multiple : true
14+ options :
15+ - dogs_core
16+ - dogs_generator
17+ - dogs_flutter
18+ - dogs_yaml
19+ - dogs_toml
20+ - dogs_cbor
21+ - dogs_built
22+ - dogs_firestore
23+ validations :
24+ required : true
25+ - type : textarea
26+ id : description
27+ attributes :
28+ label : Description
29+ description : Provide a clear and concise description of the bug.
30+ placeholder : " A clear and concise description of what the bug is."
31+ validations :
32+ required : true
33+ - type : textarea
34+ id : steps_to_reproduce
35+ attributes :
36+ label : Steps to Reproduce
37+ description : List the steps to reproduce the behavior.
38+ placeholder : |
39+ 1. Go to '...'
40+ 2. Click on '....'
41+ 3. Scroll down to '....'
42+ 4. See error
43+ validations :
44+ required : false
45+ - type : textarea
46+ id : expected_behavior
47+ attributes :
48+ label : Expected Behavior
49+ description : Describe what you expected to happen.
50+ placeholder : " A clear and concise description of what you expected to happen."
51+ validations :
52+ required : false
53+ - type : textarea
54+ id : additional_context
55+ attributes :
56+ label : Additional Context
57+ description : Add any other context about the problem here.
58+ placeholder : " Add any other context about the problem here."
59+ validations :
60+ required : false
You can’t perform that action at this time.
0 commit comments