authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-10-27 12:32:32-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-10-27 12:32:32-07:00
logf4f4e3388586e0c2e19d794725359e1b591f9a3e
treec02221bc4073cc7f17ec506658b6272fb74a53c8
parent9c0d975a099387cd2b47e527892e71ae1601eaf4

github: simplify bug issue template


1 files changed, 4 insertions(+), 11 deletions(-)

.github/ISSUE_TEMPLATE/bug.yml+4-11
...@@ -14,27 +14,20 @@ body:...@@ -14,27 +14,20 @@ body:
14 attributes:14 attributes:
15 label: Zig Version15 label: Zig Version
16 description: "The output of `zig version`"16 description: "The output of `zig version`"
17 placeholder: "0.9.0-dev.1275+ac52e0056"17 placeholder: "0.10.0-dev.4583+875e98a57"
18 validations:18 validations:
19 required: true19 required: true
20 - type: textarea20 - type: textarea
21 id: repro21 id: repro
22 attributes:22 attributes:
23 label: Steps to Reproduce23 label: Steps to Reproduce and Observed Behavior
24 description: What exactly can someone else do, in order to observe the problem that you observed?24 description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages.
25 validations:25 validations:
26 required: true26 required: true
27 - type: textarea27 - type: textarea
28 id: expected28 id: expected
29 attributes:29 attributes:
30 label: Expected Behavior30 label: Expected Behavior
31 description: What did you expect to happen?31 description: What did you expect to happen instead?
32 validations:
33 required: true
34 - type: textarea
35 id: actual
36 attributes:
37 label: Actual Behavior
38 description: What happened instead? Be sure to include all error messages if any.
39 validations:32 validations:
40 required: true33 required: true