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 @@
11name: Bug Report
2description: File a bug report
2description: Zig working differently than expected.
33labels: ["bug"]
44body:
55 - type: markdown
......@@ -9,25 +9,21 @@ body:
99 ## Remember to search before filing a new report
1010 Please search for this bug in the issue tracker, and use a bug report title that
1111 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.
1215 - type: input
1316 id: version
1417 attributes:
1518 label: Zig Version
16 description: "The output of `zig version`"
17 placeholder: "0.10.0-dev.4583+875e98a57"
19 description: "The output of `zig version`. Only bugs against latest development version are tracked."
20 placeholder: "0.17.0-dev.601+0ff175b69"
1821 validations:
1922 required: true
2023 - type: textarea
2124 id: repro
2225 attributes:
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.
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?
26 label: Steps to Reproduce, Observed Behavior, and Expected Behavior
27 description: "What exactly can someone else do, in order to observe the problem? What did you expect to happen instead?"
3228 validations:
3329 required: true