| 1 | name: Bug Report |
| 2 | description: Zig working differently than expected. |
| 3 | labels: ["bug"] |
| 4 | body: |
| 5 | - type: markdown |
| 6 | attributes: |
| 7 | value: | |
| 8 | A bug is when something works differently than it is expected to. |
| 9 | ## Remember to search before filing a new report |
| 10 | 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. |
| 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. |
| 15 | - type: input |
| 16 | id: version |
| 17 | attributes: |
| 18 | label: Zig Version |
| 19 | description: "The output of `zig version`. Only bugs against latest development version are tracked." |
| 20 | placeholder: "0.17.0-dev.601+0ff175b69" |
| 21 | validations: |
| 22 | required: true |
| 23 | - type: textarea |
| 24 | id: repro |
| 25 | attributes: |
| 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?" |
| 28 | validations: |
| 29 | required: true |