aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-10-06 17:17:36 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-10-06 17:17:36 -0700
commit2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a (patch)
tree5c9663cccaee7aadde22eb024692a55b690cd1eb /.github
parentc3ce3a67adadc5fecd8f6840cba71c52c4cdc9bf (diff)
downloadzig-2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a.tar.gz
zig-2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a.zip
GitHub: fix yaml issue with bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 303036c771..c0ed519648 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -17,7 +17,7 @@ body:
id: version
attributes:
label: Zig Version
- description: The output of `zig version`:
+ description: "The output of `zig version`"
placeholder: "0.9.0-dev.1275+ac52e0056"
validations:
required: true