From 4eb98b18a1d3dfb1a1aa26f47860cf63fcf8ba15 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Mon, 6 Oct 2025 16:11:31 +0300 Subject: [PATCH] Update the feature request template (#329) --- .github/ISSUE_TEMPLATE/2-feature.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index 1d6bcd95..d5481b4b 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -7,6 +7,18 @@ body: attributes: value: | Thanks for taking the time to improve Cleanuparr! + - type: checkboxes + id: init + attributes: + label: Implementation & testing support + description: The requester should help answer questions, provide support for the implementation and test changes. + options: + - label: I understand I must be available to assist with implementation questions and to test the feature before being released. + required: true + - label: I understand that joining the Discord server may be necessary for better coordination and faster communication. + required: true + - label: I understand that failure to assist in the development process of my request will result in the request being closed. + required: true - type: textarea id: description attributes: