From 97546888798dba1c4a7e1850d1f9ea52caf13f7f Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Thu, 23 Jun 2022 16:36:47 -0400 Subject: [PATCH] github: fix issue with bug report template (#1532) --- .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 a502c54705..6520fffef6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -74,8 +74,8 @@ body: attributes: label: Are you using a high refresh-rate monitor (>60Hz) options: - - No - - Yes + - "No" + - "Yes" validations: required: true