mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
chore: update 02-feature_request
This commit is contained in:
33
.github/ISSUE_TEMPLATE/02-feature_request.yml
vendored
33
.github/ISSUE_TEMPLATE/02-feature_request.yml
vendored
@@ -1,29 +1,24 @@
|
||||
name: Feature Request
|
||||
description: Create a feature request to help us keep track of all features you want to be added
|
||||
title: "[FEATURE] <title>"
|
||||
labels: [enhancement]
|
||||
|
||||
assignees: ["LoJoSho"]
|
||||
body:
|
||||
- type: "checkboxes"
|
||||
id: "i-have-checked"
|
||||
- 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: "I have checked that..."
|
||||
options:
|
||||
- label: "...such a feature does not exist already"
|
||||
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"
|
||||
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: "config-changes"
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: "Config Changes"
|
||||
description: "The configuration changes your feature should have"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user