9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-22 16:39:21 +00:00

chore: update 02-feature_request

This commit is contained in:
Craftinators
2023-04-29 12:45:58 -04:00
committed by GitHub
parent 651067fb17
commit 0a1a381ebc

View File

@@ -1,29 +1,24 @@
name: Feature Request name: Feature Request
description: Create a feature request to help us keep track of all features you want to be added description: Create a feature request to help us keep track of all features you want to be added
title: "[FEATURE] <title>"
labels: [enhancement] labels: [enhancement]
assignees: ["LoJoSho"]
body: body:
- type: "checkboxes" - type: markdown
id: "i-have-checked" 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: attributes:
label: "I have checked that..." label: Feature Description
options: description: A clear and concise description of what the problem is, or what feature you want to be implemented.
- label: "...such a feature does not exist already" placeholder: A good addition would be...
required: true
- label: "...such a feature request has not been submitted already"
required: true
- type: "textarea"
id: "description"
attributes:
label: "Description"
description: "A full description of the feature"
validations: validations:
required: true required: true
- type: "textarea" - type: textarea
id: "config-changes" id: solution
attributes: attributes:
label: "Config Changes" label: Implementation Description
description: "The configuration changes your feature should have" description: A clear and concise description of what you want to happen, and any optional **configuration changes** that need to be made.
validations: validations:
required: false required: false