From 5e1204ad50c4e9ba9603ed03d58c9bc087f889e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20L=C3=B6w?= Date: Mon, 16 Dec 2024 07:57:49 +0100 Subject: [PATCH] fix: :sparkles: allow bug reports for web issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 40d81cc3..07f96e8c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -38,6 +38,7 @@ body: - iPadOS - MacOS - Android + - Web multiple: false validations: required: true @@ -53,7 +54,7 @@ body: id: os-version attributes: label: OS version - description: Which version of the OS are you using? + description: Which version of the OS / Browser are you using? placeholder: 'x.x.x' validations: required: true