From 4295d4227c1156d933e739eefec677a7dd1b388a Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:13:35 -0500 Subject: [PATCH] Update bug report template validations Changed 'required' validation for additional context from true to false. --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a73f2a8c8..903cf2dfb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,7 +59,6 @@ body: validations: required: true - - type: checkboxes id: build attributes: @@ -76,4 +75,4 @@ body: label: Additional context description: A clear and concise description of what the bug is. validations: - required: true + required: false