mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
Add back feature request issue template
This commit is contained in:
29
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
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: [feature]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: "checkboxes"
|
||||||
|
id: "i-have-checked"
|
||||||
|
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"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: "textarea"
|
||||||
|
id: "config-changes"
|
||||||
|
attributes:
|
||||||
|
label: "Config Changes"
|
||||||
|
description: "The configuration changes your feature should have"
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Reference in New Issue
Block a user