ci: add dropdown for plugin selection in bug and feature request templates

This commit is contained in:
Oliver
2025-03-29 21:15:21 +01:00
parent 96a088c03d
commit 2a32f8aa8c
2 changed files with 22 additions and 0 deletions

View File

@@ -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: