From 2b15fac68099b7f72d91d41f37e940fefe8717d1 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:09:27 -0700 Subject: [PATCH] Move N/A option to the bottom --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fbd5e0cd..17583655 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,11 +25,11 @@ body: label: Server Operating System multiple: true options: - - N/A - Windows - Linux - FreeBSD - MacOS + - N/A validations: required: true @@ -38,13 +38,13 @@ body: label: Client Operating System multiple: true options: - - N/A - Windows - Linux - FreeBSD - MacOS - Android - iOS + - N/A validations: required: true @@ -53,12 +53,11 @@ body: label: Web Browser(s) multiple: true options: - - N/A - Firefox - Chrome - Safari - Microsoft Edge - - Other + - N/A validations: required: true