From 0a85acf27a5c128bf71907c0cf5e7b1c78d0a80f Mon Sep 17 00:00:00 2001 From: Straithe Date: Sun, 28 Aug 2022 19:18:44 -0400 Subject: [PATCH] Add quotes to yes and no (#1147) --- .github/ISSUE_TEMPLATE/technical-support.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/technical-support.yml b/.github/ISSUE_TEMPLATE/technical-support.yml index e0159b2a..2752dc3e 100644 --- a/.github/ISSUE_TEMPLATE/technical-support.yml +++ b/.github/ISSUE_TEMPLATE/technical-support.yml @@ -14,8 +14,8 @@ body: attributes: label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)? options: - - 'yes' - - 'no' + - "yes" + - "no" validations: required: true - type: textarea