cmux/.github/ISSUE_TEMPLATE/feature_request.yml
Lawrence Chen ecee9386cf
Add GitHub issue templates for bug reports and feature requests (#165)
Bug reports now require cmux version, macOS version, chip type,
install method, repro steps, and expected behavior. Blank issues
are disabled to encourage structured reports.
2026-02-20 04:02:26 -08:00

41 lines
1.1 KiB
YAML

name: Feature Request
description: Suggest a new feature or improvement
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting an improvement! Please describe what you'd like to see.
- type: textarea
id: problem
attributes:
label: Problem or motivation
description: "What problem does this solve, or what's the motivation?"
placeholder: "I'm always frustrated when..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: "Describe the feature or behavior you'd like."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: "Any alternative solutions or workarounds you've tried?"
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional context
description: "Screenshots, mockups, links to related issues, etc."
validations:
required: false