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: