| ... | @@ -0,0 +1,26 @@ |
| 1 | name: Error message improvement |
| 2 | description: Compiler produces an unhelpful or misleading error message. |
| 3 | labels: ["error message"] |
| 4 | body: |
| 5 | - type: input |
| 6 | id: version |
| 7 | attributes: |
| 8 | label: Zig Version |
| 9 | description: "The output of `zig version`" |
| 10 | placeholder: "0.11.0-dev.146+2897641fb" |
| 11 | validations: |
| 12 | required: true |
| 13 | - type: textarea |
| 14 | id: repro |
| 15 | attributes: |
| 16 | label: Steps to Reproduce and Observed Output |
| 17 | description: A complete list of steps to reproduce the error message. |
| 18 | validations: |
| 19 | required: true |
| 20 | - type: textarea |
| 21 | id: expected |
| 22 | attributes: |
| 23 | label: Expected Output |
| 24 | description: What information do expect the error message to include? |
| 25 | validations: |
| 26 | required: true |