update: .github
This commit is contained in:
parent
f1a078e3eb
commit
201255cff4
40 changed files with 7818 additions and 1699 deletions
54
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
Normal file
54
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
name: "Feature request"
|
||||
description: "Request a new feature or a change to an existing one."
|
||||
title: "[🪶]: "
|
||||
labels: [ "1. Type: Feature" ]
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: exists
|
||||
attributes:
|
||||
label: "Was this feature suggested before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Version modpack used"
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: "Related problem"
|
||||
description: If the feature you wish to change is related to a problem, please desscribe it. Leave this field blank if it is not related to a problem.
|
||||
placeholder: "Example: I'm always frustrated when..."
|
||||
|
||||
- type: textarea
|
||||
id: solution
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Your solution"
|
||||
description: Describe the solution you would like to have happen.
|
||||
placeholder: "Example: If I could..."
|
||||
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: "Additional information"
|
||||
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
||||
placeholder: "Example: This is likely achieveable by doing X because..."
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thanks for taking the time to fill out this feature request."
|
||||
Loading…
Add table
Add a link
Reference in a new issue