From ad79b576a5838177bb788411fcb583c8ea88d1cf Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sat, 29 Mar 2025 15:28:16 +0100 Subject: [PATCH] Add validation requirement to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b9d68e4c6..a22f92804 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,6 +21,8 @@ body: - label: I have searched existing issues and avoided creating duplicates. - label: I am not filing an enhancement request. - label: I have checked that this issue cannot be reproduced on Mozilla Firefox. + validations: + required: true - type: textarea id: what-happened attributes: