From 202c7a4f039b1eb683651777397a71cc99213f86 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 16 Feb 2022 13:20:47 +0100 Subject: [PATCH] Create bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e0bbe456b..129b9069f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -22,7 +22,7 @@ body: - type: dropdown attributes: label: Does the issue happen when logged in? - options: ["Yes", "No"] + options: ["Yes", "No", "N/A"] validations: required: true @@ -36,7 +36,7 @@ body: - type: dropdown attributes: label: Does the issue happen in incognito mode when logged in? - options: ["Yes", "No"] + options: ["Yes", "No", "N/A"] validations: required: true