From 6c46298b9e6efd8a024bd3e26268729b119b371f Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Tue, 26 Nov 2024 10:36:19 +0200 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8f82645..008a2a6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -21,11 +21,11 @@ body: label: Operating System description: Which operating system are you using? options: - - Linux - macOS + - Linux - Windows - Other - default: 1 + default: 0 validations: required: true