chore: fix yml files with parsing issues due to clashes with yml symbols

This commit is contained in:
Jane Chu 2021-06-29 10:10:16 -07:00
Родитель e47e2053b8
Коммит b02dbe4c53
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: