| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- 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.
|