mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
docs(templates): ask feature requesters whether they plan to implement (#109258)
This commit is contained in:
committed by
GitHub
parent
7f50fb6bfe
commit
44b01a1e5a
@@ -62,6 +62,17 @@ body:
|
|||||||
label: Evidence/examples
|
label: Evidence/examples
|
||||||
description: Prior art, links, screenshots, logs, or metrics.
|
description: Prior art, links, screenshots, logs, or metrics.
|
||||||
placeholder: Comparable behavior in X, sample config, and screenshot of current limitation.
|
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
|
- type: textarea
|
||||||
id: additional_information
|
id: additional_information
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user