mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-16 14:49:09 +02:00
Rename the Deployment type dropdown options to Official App and self-host so reporters pick the right one without guessing. MUL-2212 Co-authored-by: multica-agent <github@multica.ai>
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
name: "Feature Request"
|
|
description: Suggest a new feature or improvement.
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: dropdown
|
|
id: deployment
|
|
attributes:
|
|
label: Deployment type
|
|
description: Are you using the Official App (multica.ai) or a self-hosted instance?
|
|
options:
|
|
- Official App
|
|
- self-host
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What do you want and why?
|
|
description: Describe the problem you're trying to solve or the improvement you'd like to see.
|
|
placeholder: |
|
|
I'm trying to do X but there's no way to...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution (optional)
|
|
description: If you have an idea for how this should work, describe it here.
|
|
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots / mockups (optional)
|
|
description: If applicable, add screenshots, mockups, or sketches to illustrate your idea.
|