From e9074ca121828e7b789c4ca8e2cf976ca4e81fcc Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 21 Sep 2022 18:06:59 +0100 Subject: [PATCH] fix: Second attenot at issue templates working --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/feature-request.yml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index eaf7e2b..872637a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,9 +1,7 @@ ---- name: Bug Report description: Report a bug with the HullCSS Bot title: '[BUG REPORT] ' labels: ['bug'] ---- ### Bug Description _A clear and concise description of what the problem is_ diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index cdcfdd5..ca7967b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,9 +1,7 @@ ---- name: Feature request about: Request a feature in this project title: '[FEATURE REQUEST] ' -labels: 'enhancement' ---- +labels: ['enhancement'] ### Is your feature request related to a problem? _A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]._