authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-26 10:55:30-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-26 11:04:23-07:00
log456b2ec07a8c5fa4d34aeb89a8909dfc4c78cb77
treec41cc2db4da3a167669e036a16c835fc33d6903b
parent5940f655039df11012d6f202b4553ee7fe52baea

forgejo: update the bug template


1 files changed, 8 insertions(+), 12 deletions(-)

.forgejo/ISSUE_TEMPLATE/bug.yml+8-12
...@@ -1,5 +1,5 @@...@@ -1,5 +1,5 @@
1name: Bug Report1name: Bug Report
2description: File a bug report2description: Zig working differently than expected.
3labels: ["bug"]3labels: ["bug"]
4body:4body:
5 - type: markdown5 - type: markdown
...@@ -9,25 +9,21 @@ body:...@@ -9,25 +9,21 @@ body:
9 ## Remember to search before filing a new report9 ## Remember to search before filing a new report
10 Please search for this bug in the issue tracker, and use a bug report title that10 Please search for this bug in the issue tracker, and use a bug report title that
11 would have made your bug report turn up in the search results for your search query.11 would have made your bug report turn up in the search results for your search query.
12 ## Include all three ingredients
13 All three ingredients are essential to an actionable bug report. If your bug report
14 does not contain code that can be copy pasted into a terminal, it is incomplete.
12 - type: input15 - type: input
13 id: version16 id: version
14 attributes:17 attributes:
15 label: Zig Version18 label: Zig Version
16 description: "The output of `zig version`"19 description: "The output of `zig version`. Only bugs against latest development version are tracked."
17 placeholder: "0.10.0-dev.4583+875e98a57"20 placeholder: "0.17.0-dev.601+0ff175b69"
18 validations:21 validations:
19 required: true22 required: true
20 - type: textarea23 - type: textarea
21 id: repro24 id: repro
22 attributes:25 attributes:
23 label: Steps to Reproduce and Observed Behavior26 label: Steps to Reproduce, Observed Behavior, and Expected 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.27 description: "What exactly can someone else do, in order to observe the problem? What did you expect to happen instead?"
25 validations:
26 required: true
27 - type: textarea
28 id: expected
29 attributes:
30 label: Expected Behavior
31 description: What did you expect to happen instead?
32 validations:28 validations:
33 required: true29 required: true