From 2a32f8aa8c6a10dffe92c0bbed6d3384c17b7197 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 29 Mar 2025 21:15:21 +0100 Subject: [PATCH] ci: add dropdown for plugin selection in bug and feature request templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3cfc83d8..d0fe3801 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,17 @@ description: File a bug report. title: "Bug: " labels: ["bug"] body: + - type: dropdown + id: plugin + attributes: + label: In which plugin has the error occurred? + multiple: false + options: + - FancyNpcs + - FancyHolograms + - Other + validations: + required: true - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 379b459c..9946af92 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,6 +3,17 @@ description: Suggest a new Feature. title: "Feature: " labels: ["feature"] body: + - type: dropdown + id: plugin + attributes: + label: For which plugin is the feature? + multiple: false + options: + - FancyNpcs + - FancyHolograms + - Other + validations: + required: true - type: textarea id: description attributes: