From 2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 6 Oct 2021 17:17:36 -0700 Subject: [PATCH] GitHub: fix yaml issue with bug report template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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