From 4e6483d3edf3784dc35b09841aa1153cee4c351d Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 23 Sep 2025 13:04:19 +0100 Subject: [PATCH] Enhance Bug Report template with required validations Make fields required --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index badb94e95a..075cc8e251 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -75,6 +75,8 @@ body: - 'Yes' - 'No' - N/A + validations: + required: true - type: dropdown id: fmcs attributes: @@ -83,6 +85,8 @@ body: options: - 'Yes' - 'No' + validations: + required: true - type: dropdown id: fmcs-location attributes: