Files
hyperframes/.github/ISSUE_TEMPLATE/feature.yml
JamesandClaude Opus 4.6 ac81358017 chore(github): convert issue templates to YAML forms and disable blank issues
Replace markdown issue templates with GitHub YAML form templates for
structured bug reports and feature requests. Add config.yml to disable
blank issues and enforce template usage.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 05:45:41 +00:00

37 lines
998 B
YAML

name: Feature Request
description: Suggest an idea for Hyperframes
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting an improvement! Please search [existing issues](https://github.com/heygen-com/hyperframes/issues) first to avoid duplicates.
- type: textarea
id: problem
attributes:
label: Problem
description: What problem does this solve? What's the use case?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How should it work? Include code examples or mockups if helpful.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Any alternative approaches you've thought about.
- type: textarea
id: additional
attributes:
label: Additional context
description: Any other context, mockups, or examples.