From 8f7b9fe9a69f142744d9951dbba5d38070fbf933 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:29:51 -0700 Subject: [PATCH] fix: operating system input --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5754e593..637b889e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -19,15 +19,11 @@ body: placeholder: Tell us what you see! validations: required: true - - type: dropdown + - type: input id: os attributes: label: Operating System description: What is the affected operating system? - options: - - "Microsoft Windows" - - "Apple macOS" - - "Linux" validations: required: true - type: textarea