From 4e6251b42bf1a091a8e0bf56a7abddad33a38b68 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 5 May 2026 09:02:55 +0000 Subject: [PATCH] GitHub: Use issue type property instead of bug/idea labels --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85604fa03..fac812351 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug Report 🐞 about: Report a new and clearly identified bug that must be fixed directly in the application title: 'SHORT DESCRIPTION OF THE PROBLEM YOU ARE REPORTING' -labels: bug +type: Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0aaeb0d1e..b04ef5456 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,7 @@ name: Bug Report 🐞 description: Report a new and clearly identified bug that must be fixed directly in the application. title: "Category: Short bug description (PLEASE CHANGE)" -labels: - - bug +type: Bug assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 03a72936e..70c4e3c6b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest a new feature or enhancement title: 'Category: Short Description (PLEASE CHANGE)' -labels: idea +type: Feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index f90abff61..3e277fba1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,8 +1,7 @@ name: Feature Request description: Suggest a new feature or enhancement. title: "Category: Short feature description (PLEASE CHANGE)" -labels: - - idea +type: Feature assignees: [] body: - type: markdown