From 963f5cf4105568b49547974b3bd04c7ccd404733 Mon Sep 17 00:00:00 2001 From: Tyler Dane Date: Mon, 13 Oct 2025 13:18:06 -0500 Subject: [PATCH] refactor(github): remove contribution interest checkboxes from feature request template --- .github/ISSUE_TEMPLATE/1-feature-request.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-feature-request.yml b/.github/ISSUE_TEMPLATE/1-feature-request.yml index 79018d3a2..4bb6fa7f2 100644 --- a/.github/ISSUE_TEMPLATE/1-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/1-feature-request.yml @@ -41,14 +41,3 @@ body: - User research or feedback - Technical considerations - Screenshots or mockups - - - type: checkboxes - attributes: - label: Contribution Interest - description: Are you interested in helping with this feature? - options: - - label: I would like to help implement this feature - - label: I can help with design/mockups - - label: I can help with testing - - label: I can help with documentation - - label: I'm just suggesting, not planning to contribute