Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug Report
description: "Report some other kind of issue."
labels: [ "Type: Bug" ]
type: "Bug"
body:
- type: textarea
attributes:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/compat_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug Report
name: Compatibility Report
description: "Report some other kind of incompatibility with another mod."
labels: [ "Type: Compatibility" ]
type: "Bug"
body:
- type: textarea
attributes:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug Report
name: Crash Report
description: "Report a crash."
labels: [ "Type: Crash" ]
type: "Bug"
body:
- type: textarea
attributes:
Expand Down
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/documentation_request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Feature request
name: Documentation request
description: "Suggest an idea/change for the documentation"
labels: [ "Type: Documentation" ]
type: "Feature"
labels: [ "Type: Enhancement" ]
body:
- type: textarea
attributes:
label: Which page would you like to have added to/changed?
description: >
Please describe what you want to be added/changed.
label: Which page would you like to have added to/changed?
description: >
Please describe what you want to be added/changed.
validations:
required: true

Expand Down
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Feature request
description: "Suggest an idea for the mod"
labels: [ "Type: Enhancement" ]
type: "Feature"
body:
- - type: textarea
- attributes:
- label: What feature do you want to be added?
- description: >
Please describe what you want to be added.
- type: textarea
attributes:
label: What feature do you want to be added?
description: >
Please describe what you want to be added.
validations:
required: true

- type: textarea
attributes:
Expand Down