From fbc51aa24c99c035760b097d3ad221fcd7577ae2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 17 Jul 2025 13:42:15 +0200 Subject: [PATCH] Fix default labels in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d0fe3801..c94acf5a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report. title: "Bug: " -labels: ["bug"] +labels: [ "Type: Bug", "Priority: Medium", "Status: Pending" ] body: - type: dropdown id: plugin diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0c..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9946af92..d3ba56dd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature Request description: Suggest a new Feature. title: "Feature: " -labels: ["feature"] +labels: [ "Type: Enhancement", "Priority: Medium", "Status: Pending" ] body: - type: dropdown id: plugin