1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Merge pull request #519 from MortenBoysen/patch-1

Elaborate on how to escape multiple labels in issue templates
This commit is contained in:
Felicity Chapman
2020-10-21 23:21:45 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ assignees: octocat
```
{% note %}
**Note:** You must put YAML-reserved characters such as `:` in quotes. For example, `":bug: Bug"`.
**Note:** If a front matter value includes a YAML-reserved character such as `:` , you must put the whole value in quotes. For example, `":bug: Bug"` or `":new: triage needed, :bug: bug"`.
{% endnote %}