mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
name: Feature Request
|
|
description: Request a new feature for HMCCosmetics
|
|
labels: [enhancement]
|
|
assignees: ["LoJoSho"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
If you are here to ask a question, use our [Discord server](https://discord.gg/pcm8kWrdNt) instead!
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please check that the feature you are requesting does not already exist *and/or* hasn't already been requested by someone else.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature Description
|
|
description: A clear and concise description of what the problem is, or what feature you want to be implemented.
|
|
placeholder: A good addition would be...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Implementation Description
|
|
description: A clear and concise description of what you want to happen, and any optional **configuration changes** that need to be made.
|
|
validations:
|
|
required: false
|