Delete .github directory
This commit is contained in:
parent
6526bbc7ca
commit
2c0f74ce26
6 changed files with 0 additions and 246 deletions
39
.github/ISSUE_TEMPLATE/en-02-feature-request.yml
vendored
39
.github/ISSUE_TEMPLATE/en-02-feature-request.yml
vendored
|
|
@ -1,39 +0,0 @@
|
|||
name: "[EN] Request a Feature"
|
||||
description: Request a new feature or a change to an existing one.
|
||||
labels: [ "type: feature" ]
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Modpack Used
|
||||
description: Modpack type and version used when this error was encountered.
|
||||
placeholder: "Example: TFG:NH v4.1.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
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..."
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Your Solution
|
||||
description: Describe the solution you would like to have happen.
|
||||
placeholder: "Example: If I could..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
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..."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thank you for taking the time to fill out this feature request.
|
||||
Loading…
Add table
Add a link
Reference in a new issue