From 9c3ff505d5dc0ef33107acbd29b2e920a8f144c0 Mon Sep 17 00:00:00 2001 From: Hutch79 <42042811+Hutch79@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:14:01 +0200 Subject: [PATCH] Fix Lables in issue templates (#23) * Fix Lables in issue templates * Update featureRequest.yml --- .github/ISSUE_TEMPLATE/bugTemplate.yml | 2 +- .github/ISSUE_TEMPLATE/featureRequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugTemplate.yml b/.github/ISSUE_TEMPLATE/bugTemplate.yml index 4c45e63..2c70249 100644 --- a/.github/ISSUE_TEMPLATE/bugTemplate.yml +++ b/.github/ISSUE_TEMPLATE/bugTemplate.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: Create a Bug report to help us improve. -labels: bug +labels: Bug body: - type: checkboxes id: terms diff --git a/.github/ISSUE_TEMPLATE/featureRequest.yml b/.github/ISSUE_TEMPLATE/featureRequest.yml index 2c8203d..501fc16 100644 --- a/.github/ISSUE_TEMPLATE/featureRequest.yml +++ b/.github/ISSUE_TEMPLATE/featureRequest.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for this project. -labels: feature +labels: Feature body: - type: checkboxes id: terms