From 06727b19c140af9ad7d860ed47710a776a1a759b Mon Sep 17 00:00:00 2001 From: FabianLars Date: Sun, 23 Nov 2025 13:51:01 +0100 Subject: [PATCH] chore: fix issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2160254e1..2e1300460 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,7 +3,6 @@ # SPDX-License-Identifier: MIT name: 🐞 Bug Report -title: '' description: Report a bug labels: ['type: bug'] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 17f903fdf..3e9f403b9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,6 @@ # SPDX-License-Identifier: MIT name: 💡 Feature Request -title: '' description: Request a feature or enhancement for an existing plugin labels: ['type: feature request']