Files
FancyPlugins/.github/ISSUE_TEMPLATE/feature_request.yml

25 lines
618 B
YAML

name: Feature Request
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:
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