From a1bad27edee0497e3df0e568484281cae5927ca9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 22 Sep 2023 00:21:49 +0200 Subject: [PATCH] chore: Simplify issue templates --- .github/ISSUE_TEMPLATE/bug-issue.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 2a5a35c92..05b7c442a 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Report a bug or an issue. title: 'bug: ' -labels: [bug] +labels: ['Bug report'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b2dff8e05..c818948b6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: ⭐ Feature request description: Create a detailed request for a new feature. title: 'feat: ' -labels: [feature-request] +labels: ['Feature request'] body: - type: textarea attributes: