Files
FancyPlugins/.github/ISSUE_TEMPLATE/feature_request.yml
2025-07-17 13:42:15 +02:00

25 lines
669 B
YAML

name: Feature Request
description: Suggest a new Feature.
title: "Feature: "
labels: [ "Type: Enhancement", "Priority: Medium", "Status: Pending" ]
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:
label: Describe your idea
description: Please provide a raw or complete concent of the feature
placeholder: A detailed description, possibly with examples or concept arts.
validations:
required: true