mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
ci: add dropdown for plugin selection in bug and feature request templates
This commit is contained in:
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user