Skip to content

Commit 2a80dd1

Browse files
authored
Merge pull request #519 from MortenBoysen/patch-1
Elaborate on how to escape multiple labels in issue templates
2 parents d7b240a + 3cabcf7 commit 2a80dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ assignees: octocat
2828
```
2929
{% note %}
3030

31-
**Note:** You must put YAML-reserved characters such as `:` in quotes. For example, `":bug: Bug"`.
31+
**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"`.
3232

3333
{% endnote %}
3434

0 commit comments

Comments
 (0)