chore: fix yml files with parsing issues due to clashes with yml symbols (#2)

# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
Fixes a small yml parsing issue when encountering certain symbols.
This commit is contained in:
Jane Chu 2021-06-29 10:15:26 -07:00 коммит произвёл GitHub
Родитель e47e2053b8 b02dbe4c53
Коммит 89f7e00063
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

8
.github/ISSUE_TEMPLATE/bug-report.yml поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [status:triage, bug]
labels: ["status:triage", bug]
body:
- type: markdown
attributes:
@ -21,9 +21,9 @@ body:
label: What package(s) are causing the problem?
multiple: true
options:
- @microsoft/fast-tooling
- @microsoft/fast-tooling-react
- @microsoft/fast-tooling-wasm
- "@microsoft/fast-tooling"
- "@microsoft/fast-tooling-react"
- "@microsoft/fast-tooling-wasm"
- type: dropdown
id: browsers
attributes:

8
.github/ISSUE_TEMPLATE/feature-request.yml поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
name: Feature Request
description: File a feature request
title: "[Feature]: "
labels: [status:triage]
labels: ["status:triage"]
body:
- type: markdown
attributes:
@ -13,9 +13,9 @@ body:
label: What package(s) should this feature be added to?
multiple: true
options:
- @microsoft/fast-tooling
- @microsoft/fast-tooling-react
- @microsoft/fast-tooling-wasm
- "@microsoft/fast-tooling"
- "@microsoft/fast-tooling-react"
- "@microsoft/fast-tooling-wasm"
- type: textarea
id: summary
attributes: