From 586fd9bc78862a1bb7093f89d71882dcb6326781 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:21:36 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Tweak=20GitHub=20issue=20templat?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1b7a17ac..65ebdcf5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -36,16 +36,17 @@ body: placeholder: eg. hugo v0.114.0+extended darwin/arm64 validations: required: true - - type: checkboxes + - type: dropdown id: browsers attributes: label: Which browser rendering engines are you seeing the problem on? description: Select any that you have tested. This is particularly important for CSS issue reports. + multiple: true options: - - label: Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, etc.) - - label: Firefox (Mozilla Firefox) - - label: WebKit (Safari) - - label: Other + - Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, Opera, etc.) + - Firefox (Mozilla Firefox) + - WebKit (Safari) + - Other (Please include details in the issue description) - type: input id: sample-url attributes: