| ... | @@ -14,27 +14,20 @@ body: | ... | @@ -14,27 +14,20 @@ body: |
| 14 | attributes: | 14 | attributes: |
| 15 | label: Zig Version | 15 | label: Zig Version |
| 16 | description: "The output of `zig version`" | 16 | description: "The output of `zig version`" |
| 17 | placeholder: "0.9.0-dev.1275+ac52e0056" | 17 | placeholder: "0.10.0-dev.4583+875e98a57" |
| 18 | validations: | 18 | validations: |
| 19 | required: true | 19 | required: true |
| 20 | - type: textarea | 20 | - type: textarea |
| 21 | id: repro | 21 | id: repro |
| 22 | attributes: | 22 | attributes: |
| 23 | label: Steps to Reproduce | 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? | 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: | 25 | validations: |
| 26 | required: true | 26 | required: true |
| 27 | - type: textarea | 27 | - type: textarea |
| 28 | id: expected | 28 | id: expected |
| 29 | attributes: | 29 | attributes: |
| 30 | label: Expected Behavior | 30 | label: Expected Behavior |
| 31 | description: What did you expect to happen? | 31 | description: What did you expect to happen instead? |
| 32 | validations: | | |
| 33 | required: true | | |
| 34 | - type: textarea | | |
| 35 | id: actual | | |
| 36 | attributes: | | |
| 37 | label: Actual Behavior | | |
| 38 | description: What happened instead? Be sure to include all error messages if any. | | |
| 39 | validations: | 32 | validations: |
| 40 | required: true | 33 | required: true |