vibe/.github/ISSUE_TEMPLATE/feature-request.yml
Clément Drouin 08d8e85447 v1.3.2
2025-12-24 16:06:13 +01:00

48 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Feature Request
description: Pitch an improvement for Mistral Vibe
title: "feat: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: >
Feature requests work best when they focus on the problem first. Tell us
what you're trying to achieve and why existing APIs aren't enough.
- type: dropdown
id: component
attributes:
label: Component
description: Which part of Mistral Vibe would this feature apply to?
options:
- CLI
- ACP
- Both
- Other
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem statement
description: >
What use case is blocked? Provide a clear and concise description of the problem.
placeholder: "I want to be able to use the agent to write a blog post about the benefits of using Mistral Vibe"
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: >
Sketch the feature youd like to see. Code snippets welcome.
validations:
required: true
- type: textarea
id: extra
attributes:
label: Additional context
description: Links, screenshots, related issues, etc.