From a54da18af67b868e35ffcb3d354b1d4d7b332b86 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 16 Feb 2022 13:15:38 +0100 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index c318251c8..cbd4f8cd6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -15,25 +15,29 @@ body: attributes: label: Does the issue happen when logged in? options: ["Yes", "No"] - required: true + validations: + required: true - type: dropdown attributes: label: Does the issue happen when logged out? options: ["Yes", "No"] - required: true + validations: + required: true - type: dropdown attributes: label: Does the issue happen in **incognito mode** when logged in? options: ["Yes", "No"] - required: true + validations: + required: true - type: dropdown attributes: label: Does the issue happen in **incognito mode** when logged out? options: ["Yes", "No"] - required: true + validations: + required: true - type: checkboxes attributes: