mirror of https://github.com/razor-ai/soup.git
45 lines
968 B
YAML
45 lines
968 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Have an idea for Soup? We'd love to hear it!
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What problem does this feature solve?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution
|
|
description: How would you like this to work?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Any other approaches you've thought about?
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Area
|
|
options:
|
|
- Training (SFT/DPO/GRPO)
|
|
- Data tools
|
|
- CLI / UX
|
|
- Export / Serve
|
|
- Experiment tracking
|
|
- Other
|
|
validations:
|
|
required: true
|