diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml index c8e6d4f..f38f5b7 100644 --- a/.github/DISCUSSION_TEMPLATE/ideas.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -33,3 +33,10 @@ body: placeholder: Identify any unresolved issues. validations: required: false + - type: checkboxes + id: implement + attributes: + label: "Would you like to implement this feature?" + description: Check this box if you are interested in implementing the feature yourself. + validations: + required: true