From 680ddc97a1e0b5bb43f2cfc6047b7622db714af0 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Wed, 24 Mar 2021 21:00:00 +0100 Subject: [PATCH] [CI-SKIP] Add checkboxes to template --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dd432f12c..14583cfbf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -86,7 +86,17 @@ body: placeholder: "For example: FastAsyncWorldEdit version 1.16-606;4a6af71" validations: required: true + + - type: checkboxes + attributes: + label: Checklist + description: Make sure you have followed each of the steps outlined here. + options: + - label: I have included a Fawe debugpaste. + required: true + - label: I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit-1.16/ and the issue still persists. + required: true - type: markdown attributes: - value: Add any additional context you can provide below. \ No newline at end of file + value: Add any additional context you can provide below.