hkuds--openharness
34 行
997 B
YAML
34 行
997 B
YAML
name: Feature request
|
|
description: Propose a focused improvement or missing workflow
|
|
title: "[Feature]: "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please describe the workflow gap as concretely as possible. Small, scoped requests are easier to prioritize.
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What workflow is missing or painful today?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed change
|
|
description: Explain the behavior you want and any relevant CLI, UI, or provider details.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: If you have a workaround or competing approach, include it here.
|
|
- type: textarea
|
|
id: extra
|
|
attributes:
|
|
label: Additional context
|
|
description: Links to related issues, code references, or benchmarks.
|