From fb0cf026be3d58be102632e2206147f25e612910 Mon Sep 17 00:00:00 2001 From: Denis Spitsyn Date: Fri, 5 Jul 2024 20:05:46 +0500 Subject: [PATCH] Actualize list of operating systems --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6fdc00a..b28bc35 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,12 +15,13 @@ body: description: "If you know this bug occurs on multiple operating systems, select all you have tested." multiple: true options: - - Windows XP / Vista - - Windows 10 / 8.1 / 7 - - macOS 10.11 x86 - - macOS 10.12 or higher + - Windows (EXE) + - Windows (MSI) + - macOS (ARM) + - macOS (x86-64) - Linux (DEB package) - Linux (RPM package) + - other (specify in description) validations: required: true - type: input