From 09d72fb0774103e4fd36b81cfac1d15f8a3fbba7 Mon Sep 17 00:00:00 2001 From: pavanydg <113893382+pavanydg@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:34:12 +0530 Subject: [PATCH] fix: changed required from optional to false in bug.yml (#273) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 0334900f..76528d5d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,7 +56,7 @@ body: - Opera - Other validations: - required: optional + required: false - type: checkboxes id: no-duplicate-issues