From e23b39c8c8cee4bb06494f59d5cedb41ac4e2475 Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Fri, 3 Sep 2021 15:09:43 +0200 Subject: [PATCH] qoute labels in issue forms example Issue labels on Github often contain emoji and emoji in labels starts and end with colon which breaks YAML if not quoted. Therefore, quote the labels in the examples to make copy-pasting easier and the example less error-prone to users not experienced with YAML. --- data/reusables/community/issue-forms-sample.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/community/issue-forms-sample.md b/data/reusables/community/issue-forms-sample.md index 61c52e2cec..781a3dfa11 100644 --- a/data/reusables/community/issue-forms-sample.md +++ b/data/reusables/community/issue-forms-sample.md @@ -2,7 +2,7 @@ name: Bug Report description: File a bug report title: "[Bug]: " -labels: [bug, triage] +labels: ["bug", "triage"] assignees: - octocat body: