9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-22 00:19:19 +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: attributes:
label: "I have checked that..." value: |
options: Please check that the feature you are requesting does not already exist *and/or* hasn't already been requested by someone else.
- label: "...such a feature does not exist already" - type: textarea
required: true id: description
- label: "...such a feature request has not been submitted already"
required: true
- type: "textarea"
id: "description"
attributes: attributes:
label: "Description" label: Feature Description
description: "A full description of the feature" 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: 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