From 437362cce6b04aed627cfbe99a22c82aedb3d5a9 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Fri, 30 May 2025 06:56:47 -0700 Subject: [PATCH] Add extra checkbox to bug report field (#1803) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b91a920d..8921d917 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -16,7 +16,10 @@ body: I have validated that this issue is not a syntax error of either MySQL or SQLite. required: true - label: > - I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there. + I have downloaded/pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there. + required: true + - label: > + I have verified that my boot.cfg is configured as per the [README](https://github.com/DarkflameUniverse/DarkflameServer?tab=readme-ov-file#allowing-a-user-to-connect-to-your-server). required: true - type: input id: server-version