59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a feature! Please describe your idea below.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem or Motivation
|
|
description: What problem does this feature solve? Is it related to a frustration?
|
|
placeholder: I'm always frustrated when...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe the solution you'd like.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Have you considered any alternative solutions or workarounds?
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Area
|
|
description: Which area of the project does this relate to?
|
|
options:
|
|
- Classroom generation
|
|
- Multi-agent interaction
|
|
- Slides / Whiteboard
|
|
- Quiz / Assessment
|
|
- TTS / Voice
|
|
- Interactive simulations
|
|
- OpenClaw integration
|
|
- UI / UX
|
|
- API / Backend
|
|
- Documentation
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any mockups, screenshots, or references that help explain the feature.
|