| ... | ... | @@ -14,27 +14,20 @@ body: |
| 14 | 14 | attributes: |
| 15 | 15 | label: Zig Version |
| 16 | 16 | description: "The output of `zig version`" |
| 17 | | placeholder: "0.9.0-dev.1275+ac52e0056" |
| 17 | placeholder: "0.10.0-dev.4583+875e98a57" |
| 18 | 18 | validations: |
| 19 | 19 | required: true |
| 20 | 20 | - type: textarea |
| 21 | 21 | id: repro |
| 22 | 22 | attributes: |
| 23 | | label: Steps to Reproduce |
| 24 | | description: What exactly can someone else do, in order to observe the problem that you observed? |
| 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 | 25 | validations: |
| 26 | 26 | required: true |
| 27 | 27 | - type: textarea |
| 28 | 28 | id: expected |
| 29 | 29 | attributes: |
| 30 | 30 | label: Expected Behavior |
| 31 | | description: What did you expect to happen? |
| 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. |
| 31 | description: What did you expect to happen instead? |
| 39 | 32 | validations: |
| 40 | 33 | required: true |