Updated issue templates
This commit is contained in:
parent
59ce779cd9
commit
8455baaa5a
3 changed files with 2 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: 1.18.1 Bug Report
|
||||
description: File a bug report
|
||||
#assignees:
|
||||
labels: [bug]
|
||||
title: "[Bug] [1.18.1] "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
4
.github/ISSUE_TEMPLATE/2-crash_report.yml
vendored
4
.github/ISSUE_TEMPLATE/2-crash_report.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: 1.18.1 Crash Report
|
||||
description: File a crash report
|
||||
#assignees:
|
||||
labels: [crash]
|
||||
title: "[Crash] [1.18.1] "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -32,6 +30,8 @@ body:
|
|||
Logs can be found in your Minecraft directory under `/logs/latest.log`.
|
||||
If your issue caused Minecraft to crash, include the crash report by creating a [gist](https://gist.github.com/) and pasting the link here.
|
||||
If your don't include logs in instances of crash related issues, we will ask you to provide one.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Mod Version
|
||||
|
|
2
.github/ISSUE_TEMPLATE/3-feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/3-feature_request.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: 1.18.1 Feature Request
|
||||
description: Request a new feature
|
||||
#assignees:
|
||||
labels: [feature]
|
||||
title: "[Feature Request] [1.18.1] "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue