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: