From 62c25ffbe8ae7ad1660a543c1dada02d78b50533 Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 31 Jan 2023 20:01:24 -0800 Subject: [PATCH] [ci-skip] take inspiration from TAB's issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/performance_problem.yml | 2 ++ .github/ISSUE_TEMPLATE/server_crash.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1c8964d2f..50c4459fe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,6 +60,8 @@ body: required: true - label: I have searched for and ensured there isn't already an open issue regarding this. required: true + - label: I ticked all the boxes without actually reading them + required: false - label: My version of Minecraft is supported by Purpur. required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/performance_problem.yml b/.github/ISSUE_TEMPLATE/performance_problem.yml index 12bb65157..e95d207d2 100644 --- a/.github/ISSUE_TEMPLATE/performance_problem.yml +++ b/.github/ISSUE_TEMPLATE/performance_problem.yml @@ -48,6 +48,8 @@ body: required: true - label: I have searched for and ensured there isn't already an open issue regarding this. required: true + - label: I ticked all the boxes without actually reading them + required: false - label: My version of Minecraft is supported by Purpur. required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/server_crash.yml b/.github/ISSUE_TEMPLATE/server_crash.yml index 39df6304b..83d47a091 100644 --- a/.github/ISSUE_TEMPLATE/server_crash.yml +++ b/.github/ISSUE_TEMPLATE/server_crash.yml @@ -63,6 +63,8 @@ body: required: true - label: I have searched for and ensured there isn't already an open issue regarding this. required: true + - label: I ticked all the boxes without actually reading them + required: false - label: My version of Minecraft is supported by Purpur. required: true - type: textarea