From bfa3ead84637af30ad820d349dcd38d353adbef2 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 24 Apr 2021 13:17:09 -0400 Subject: [PATCH] Update suggestion.yml --- .github/ISSUE_TEMPLATE/suggestion.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index cbfd2387b..58c883295 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -51,13 +51,14 @@ body: validations: required: true -- type: checkboxes +- type: dropdown id: help attributes: label: Are you willing to help? description: Would you be willing to help us make this improvement? options: - - label: Yes - required: true - - label: No - required: true + options: + - Yes + - No + validations: + required: true