From 4546d74af349b53d5fa1bfc3636380f2cd090b73 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 11 Jun 2022 14:37:39 +0200 Subject: chore(github): add browser info field to issue form --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 052df1c..d1d9a10 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,6 +41,14 @@ body: - Chrome - Safari - Microsoft Edge + - type: input + id: browser-info + attributes: + label: More information about the browser + description: "E.g: Browser version, OS version, etc." + placeholder: ex. Chrome 104, Windows 11 + validations: + required: false - type: textarea id: logs attributes: -- cgit v1.2.3