From d0f51d1523a38e6d64622d33463cea45886147ea Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 26 Apr 2023 23:10:44 -0300 Subject: [PATCH] Add browser dropdown to bug report form --- .github/ISSUE_TEMPLATE/Bug Report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yml b/.github/ISSUE_TEMPLATE/Bug Report.yml index 2b97627..c28b6c7 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yml @@ -56,3 +56,19 @@ body: label: jwt-decode version validations: required: true + + - type: dropdown + id: environment-browser + attributes: + label: Which browsers have you tested in? + multiple: true + options: + - Chrome + - Edge + - Safari + - Firefox + - Opera + - IE + - Other + validations: + required: true