From 44b01a1e5ab69357e46b0ec945b080290ef13873 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 16 Jul 2026 18:44:41 -0700 Subject: [PATCH] docs(templates): ask feature requesters whether they plan to implement (#109258) --- .github/ISSUE_TEMPLATE/feature_request.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a08b456786e..49c8f4aa027 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -62,6 +62,17 @@ body: label: Evidence/examples description: Prior art, links, screenshots, logs, or metrics. placeholder: Comparable behavior in X, sample config, and screenshot of current limitation. + - type: dropdown + id: implementation_intent + attributes: + label: Do you plan to open a PR for this? + description: Helps maintainers route the idea — self-implemented features move faster. + options: + - Yes, I plan to implement this myself + - Maybe, with maintainer guidance + - No, proposing the idea only + validations: + required: true - type: textarea id: additional_information attributes: