From 783899b06fcb1b4218f060c0614b88edd460a2f0 Mon Sep 17 00:00:00 2001 From: Straithe Date: Sun, 28 Aug 2022 19:06:46 -0400 Subject: [PATCH] address hash issues in technical support issue template (#1146) --- .github/ISSUE_TEMPLATE/technical-support.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/technical-support.yml b/.github/ISSUE_TEMPLATE/technical-support.yml index e1970707..e0159b2a 100644 --- a/.github/ISSUE_TEMPLATE/technical-support.yml +++ b/.github/ISSUE_TEMPLATE/technical-support.yml @@ -37,10 +37,10 @@ body: attributes: label: What operating systems are you seeing the problem on? options: - - 'Linux' - - 'Windows' - - 'MacOS' - - 'other' + - Linux + - Windows + - MacOS + - other validations: required: true - type: textarea