From dbd61c111dc1ecf47f3b1f747827221ebac5d2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elian=20=E2=98=95=EF=B8=8F?= Date: Thu, 9 Mar 2023 21:02:33 +0100 Subject: [PATCH] add browser to bug reports (#6474) --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 9da01a334..d42305e92 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -39,6 +39,13 @@ body: placeholder: Mac, Windows, Linux validations: required: true + - type: input + id: browser + attributes: + label: What browser are you using? + placeholder: Chrome, Firefox, Safari + validations: + required: true - type: textarea id: bug-description attributes: