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