From c9eb6a6299796450c7c1cfdc3552d76070c78c65 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Thu, 14 Apr 2022 08:39:12 +0200 Subject: [PATCH] added browser environment to ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 903e2ebd..272a1370 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,6 +11,13 @@ body: placeholder: "I’m always frustrated when …" validations: required: true + - type: textarea + id: environment + attributes: + label: Which browser was this experienced in? Are any special extensions installed? + description: Please give us more information about your browser environment so we can reproduce the bug faster. + validations: + required: true - type: textarea id: reproduction attributes: