Files
ECC/.github/ISSUE_TEMPLATE/feature-request.yml
haelyraandGitHub f1fec0e539 feat: add retention feedback loop and honest support matrix (#2681)
* feat: add retention feedback loop

* test: retire obsolete README parity row guard

* fix: harden public feedback guidance

* fix: let feedback CLI output flush

* test: keep feedback help coverage focused
2026-08-04 21:42:25 -04:00

41 lines
1.1 KiB
YAML

name: Feature idea
description: Describe the outcome you need and your current workaround.
title: "[Idea] "
labels:
- enhancement
- needs-triage
body:
- type: markdown
attributes:
value: |
This is a public GitHub issue. Do not include secrets, prompts, customer data, private repository details, or unredacted paths.
- type: textarea
id: outcome
attributes:
label: What outcome do you need?
description: Describe the job to be done, not an implementation if you do not have one in mind.
validations:
required: true
- type: textarea
id: workaround
attributes:
label: What do you do today?
description: Optional. A workaround helps us understand urgency and scope.
- type: dropdown
id: harness
attributes:
label: Which harness is affected?
options:
- All harnesses
- Claude Code
- Codex
- Cursor
- OpenCode
- GitHub Copilot
- Another harness
- type: textarea
id: success
attributes:
label: What would success look like?
description: Optional acceptance criteria or a small example.