mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
25 lines
669 B
YAML
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
|