| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | name: Bug Report |
| 2 | | description: File a bug report |
| 2 | description: Zig working differently than expected. |
| 3 | 3 | labels: ["bug"] |
| 4 | 4 | body: |
| 5 | 5 | - type: markdown |
| ... | ... | @@ -9,25 +9,21 @@ body: |
| 9 | 9 | ## Remember to search before filing a new report |
| 10 | 10 | Please search for this bug in the issue tracker, and use a bug report title that |
| 11 | 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 | 15 | - type: input |
| 13 | 16 | id: version |
| 14 | 17 | attributes: |
| 15 | 18 | 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" |
| 18 | 21 | validations: |
| 19 | 22 | required: true |
| 20 | 23 | - type: textarea |
| 21 | 24 | id: repro |
| 22 | 25 | 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?" |
| 32 | 28 | validations: |
| 33 | 29 | required: true |