From 9f6f05073f61ba08d9b0eead73aac50f6bb6febd Mon Sep 17 00:00:00 2001 From: shumadrid <195762734+shumadrid@users.noreply.github.com> Date: Tue, 1 Apr 2025 03:01:50 +0200 Subject: [PATCH] chore: fix bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 79e61d2..995a6f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,28 +17,28 @@ body: - type: dropdown id: os attributes: - label: Operating system - description: Which OS are you using? - options: - - Windows - - Linux - - macOS - - Android - - iOS + label: Operating system + description: Which OS are you using? + options: + - Windows + - Linux + - macOS + - Android + - iOS validations: - required: true + required: true - type: dropdown id: installation-method attributes: - label: Installation Method (Linux) - description: Only necessary on Linux - options: - - Flatpak - - AppImage - - Snap - - Other + label: Installation Method (Linux) + description: Only necessary on Linux + options: + - Flatpak + - AppImage + - Snap + - Other validations: - required: false + required: false - type: textarea attributes: label: Environment Information