GitHub: fix yaml issue with bug report template
1 files changed, 1 insertions(+), 1 deletions(-)
.github
ISSUE_TEMPLATE
.github/ISSUE_TEMPLATE/bug.yml+1-1
| ... | @@ -17,7 +17,7 @@ body: | ... | @@ -17,7 +17,7 @@ body: |
| 17 | id: version | 17 | id: version |
| 18 | attributes: | 18 | attributes: |
| 19 | label: Zig Version | 19 | label: Zig Version |
| 20 | description: The output of `zig version`: | 20 | description: "The output of `zig version`" |
| 21 | placeholder: "0.9.0-dev.1275+ac52e0056" | 21 | placeholder: "0.9.0-dev.1275+ac52e0056" |
| 22 | validations: | 22 | validations: |
| 23 | required: true | 23 | required: true |