docs(templates): ask feature requesters whether they plan to implement (#109258)

This commit is contained in:
Peter Steinberger
2026-07-16 18:44:41 -07:00
committed by GitHub
parent 7f50fb6bfe
commit 44b01a1e5a
@@ -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: