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 [...]._