From b0fa720e07cfe09f82f87675479b2e462069b3d8 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 23 Oct 2024 14:44:49 +0200 Subject: [PATCH] Updated the issue templates to set the type instead of applying a label (#7616) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 61cd827a60d..8140f54da16 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug to help us improve. -labels: [🐛 bug] +type: Bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4087f7f2028..a1160ace130 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for one of our products. -labels: [🎉 enhancement] +type: Feature body: - type: dropdown id: product