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:
1414 attributes:
1515 label: Zig Version
1616 description: "The output of `zig version`"
17 placeholder: "0.9.0-dev.1275+ac52e0056"
17 placeholder: "0.10.0-dev.4583+875e98a57"
1818 validations:
1919 required: true
2020 - type: textarea
2121 id: repro
2222 attributes:
23 label: Steps to Reproduce
24 description: What exactly can someone else do, in order to observe the problem that you observed?
23 label: Steps to Reproduce and Observed Behavior
24 description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages.
2525 validations:
2626 required: true
2727 - type: textarea
2828 id: expected
2929 attributes:
3030 label: Expected Behavior
31 description: What did you expect to happen?
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.
31 description: What did you expect to happen instead?
3932 validations:
4033 required: true