From 46f5d0e7e0878e3171297669c0c17cfe444c348d Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Tue, 29 Jul 2025 17:41:26 +0200 Subject: [PATCH] Add implementation question to ideas.yml --- .github/DISCUSSION_TEMPLATE/ideas.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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