From 8b9d5ca8eb58a72fce8e24b940da138f6e6d7d83 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 24 Jun 2021 09:47:19 -0500 Subject: [PATCH] Update ---feature-request-new.yml --- .github/ISSUE_TEMPLATE/---feature-request-new.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---feature-request-new.yml b/.github/ISSUE_TEMPLATE/---feature-request-new.yml index 91fe6b8b9d..3a8ea76102 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request-new.yml +++ b/.github/ISSUE_TEMPLATE/---feature-request-new.yml @@ -42,13 +42,13 @@ body: label: Open Questions description: | Are there any open questions remaining? List them here. - - type: checkboxes + - type: dropdown attributes: label: Help make it happen! description: "Tip: Requests made by interested contributors are much more likely to get done!" options: - - label: I am willing to submit a PR to implement this change. - - label: I am willing to submit a PR to implement this change, but would need some guidance. - - label: I am not willing to submit a PR to implement this change. + - I am willing to submit a PR to implement this change. + - I am willing to submit a PR to implement this change, but would need some guidance. + - I am not willing to submit a PR to implement this change. validations: required: true