| ... | @@ -1,5 +1,5 @@ | ... | @@ -1,5 +1,5 @@ |
| 1 | name: Bug Report | 1 | name: Bug Report |
| 2 | description: File a bug report | 2 | description: Zig working differently than expected. |
| 3 | labels: ["bug"] | 3 | labels: ["bug"] |
| 4 | body: | 4 | body: |
| 5 | - type: markdown | 5 | - type: markdown |
| ... | @@ -9,25 +9,21 @@ body: | ... | @@ -9,25 +9,21 @@ body: |
| 9 | ## Remember to search before filing a new report | 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 | 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. | 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: input | 15 | - type: input |
| 13 | id: version | 16 | id: version |
| 14 | attributes: | 17 | attributes: |
| 15 | label: Zig Version | 18 | 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: true | 22 | required: true |
| 20 | - type: textarea | 23 | - type: textarea |
| 21 | id: repro | 24 | id: repro |
| 22 | attributes: | 25 | attributes: |
| 23 | label: Steps to Reproduce and Observed Behavior | 26 | 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: true | 29 | required: true |