Skip to content

Commit 2d958e8

Browse files
feat(issues): convert bug report to yaml
1 parent 16a9e8b commit 2d958e8

File tree

2 files changed

+34
-29
lines changed

2 files changed

+34
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)