1
0
mirror of synced 2025-12-30 03:01:36 -05:00

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.
This commit is contained in:
Albin Larsson
2021-09-03 15:09:43 +02:00
committed by GitHub
parent 050cd95db3
commit e23b39c8c8

View File

@@ -2,7 +2,7 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [bug, triage]
labels: ["bug", "triage"]
assignees:
- octocat
body: