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