From e41b4c511614beec8a1233a1d1e93b12d73f8f52 Mon Sep 17 00:00:00 2001 From: Straithe Date: Sun, 28 Aug 2022 19:55:50 -0400 Subject: [PATCH] change checkboxes to text area for OS technical support question (#1148) --- .github/ISSUE_TEMPLATE/technical-support.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/technical-support.yml b/.github/ISSUE_TEMPLATE/technical-support.yml index 2752dc3e..a445b825 100644 --- a/.github/ISSUE_TEMPLATE/technical-support.yml +++ b/.github/ISSUE_TEMPLATE/technical-support.yml @@ -32,15 +32,10 @@ body: placeholder: Please be detailed in what did happen validations: required: true - - type: checkboxes + - type: textarea id: operating-systems attributes: label: What operating systems are you seeing the problem on? - options: - - Linux - - Windows - - MacOS - - other validations: required: true - type: textarea