2.1.0 (#317)
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Michel Thomazo <michel.thomazo@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Vincent Guilloux <vincent.guilloux@mistral.ai> Co-authored-by: Clément Siriex <clement.sirieix@mistral.ai> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Nicolas Karolak <nicolas@karolak.fr>
This commit is contained in:
parent
9809cfc831
commit
51fecc67d9
176 changed files with 8652 additions and 4451 deletions
48
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
48
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -1,48 +0,0 @@
|
|||
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 you’d like to see. Code snippets welcome.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: extra
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Links, screenshots, related issues, etc.
|
||||
Loading…
Add table
Add a link
Reference in a new issue