From 31b5ce910d5e3b1e4437828cddd6e83ec232b55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 20 Oct 2025 10:11:41 +0200 Subject: [PATCH] chore: Add more platforms to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index aaf3f22ab..7152c5c45 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,12 +40,19 @@ body: label: "Platform" description: "Select the platform where the bug occurs." options: - - Android + - Android (PlayStore) + - Android (F-Droid) + - Android (Other) - iOS - - Web - - Linux - - macOS - - Windows + - iPadOS + - Web (Chrome(ium)) + - Web (Firefox) + - Web (Safari) + - Linux (Snap) + - Linux (Flatpak) + - Linux (Other) + - macOS (Self-compiled) + - Windows (Self-compiled) validations: required: true - type: input