From b6777c08391783944caeb705f332b7eb7868bc10 Mon Sep 17 00:00:00 2001 From: Yimura <24669514+Yimura@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:20:47 +0100 Subject: [PATCH] feat(Issues): Updated bug report template (#686) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6f320e8f..dd4e90d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,7 +59,7 @@ body: - type: checkboxes attributes: label: Build - description: Make sure that this bug occurs on unmodified YimMenu + description: This last section is to make sure the bug exists on this version of YimMenu. If you have your own version of YimMenu and haven't confirmed the bug exists on the current version of YimMenu this makes the bug report invalid. options: - - label: I used YimMenu unmodified + - label: I've confirmed the issue exists on the latest version of YimMenu required: true