mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 02:06:43 +00:00
docs(templates): ask feature requesters whether they plan to implement (#109258)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user