From edda5b1433d314c019d252c2d0127dcf0601a8bf Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 29 Jun 2020 21:11:26 -0400 Subject: [PATCH] Quote Around Colons in Yaml [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 703dd18f4..0f618e0e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Support requests will be closed immediately, if you are unsure go to our Discord or Subreddit first. Exceptions do not mean you found a bug! title: '' -labels: Type: Bug +labels: 'Type: Bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 948e3f2da..a6caefe08 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: Type: Enhancement +labels: 'Type: Enhancement' assignees: '' ---