From 8455baaa5abaeae3b0d290621027df717c400fe8 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Wed, 29 Dec 2021 20:21:44 +1100 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 2 -- .github/ISSUE_TEMPLATE/2-crash_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-feature_request.yml | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index ae07f7609..f70e18734 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/2-crash_report.yml b/.github/ISSUE_TEMPLATE/2-crash_report.yml index ea4d568e1..5fddfc190 100644 --- a/.github/ISSUE_TEMPLATE/2-crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2-crash_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/3-feature_request.yml b/.github/ISSUE_TEMPLATE/3-feature_request.yml index 41b6aec99..7cba22626 100644 --- a/.github/ISSUE_TEMPLATE/3-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/3-feature_request.yml @@ -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: