File tree Expand file tree Collapse file tree 2 files changed +34
-29
lines changed
Expand file tree Collapse file tree 2 files changed +34
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Create a report to help us improve
3+ labels : ["bug"]
4+ body :
5+ - type : input
6+ id : zig-version
7+ attributes :
8+ label : Zig Version
9+ description : " The output of `zig version`"
10+ placeholder : " 0.10.0-dev.4583+875e98a57"
11+ validations :
12+ required : true
13+ - type : input
14+ id : phantom-version
15+ attributes :
16+ label : Phantom Version
17+ description : " The commit in use"
18+ placeholder : " 13cb70007519475065743509e3a908c7105ded1d"
19+ validations :
20+ required : true
21+ - type : textarea
22+ id : description
23+ attributes :
24+ label : Describe the bug
25+ description : A clear and concise description of what the bug is.
26+ validations :
27+ required : true
28+ - type : textarea
29+ id : repro
30+ attributes :
31+ label : To Reproduce
32+ description : Steps to reproduce the behavior
33+ validations :
34+ required : true
You can’t perform that action at this time.
0 commit comments