v1.3.0
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: Thiago Padilha <thiago@coplane.com>
This commit is contained in:
parent
2e1e15120d
commit
078693fc64
67 changed files with 3959 additions and 819 deletions
57
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
57
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
name: Bug Report
|
||||
description: Tell us about a defect in Mistral Vibe
|
||||
title: "bug: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
Thanks for filing a detailed bug. Fill out every section so we can
|
||||
reproduce the issue quickly
|
||||
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Component
|
||||
description: Which part of Mistral Vibe is affected?
|
||||
options:
|
||||
- CLI
|
||||
- ACP
|
||||
- Both
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
description: What went wrong? Keep it short but specific.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Reproduction steps
|
||||
description: >
|
||||
Commands, code, or payloads that trigger the bug. Include any relevant
|
||||
input files or snippets (redact secrets).
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: versions
|
||||
attributes:
|
||||
label: Versions / environment
|
||||
description: >
|
||||
Include Mistral Vibe version, uv or pip version and OS.
|
||||
placeholder: "mistral-vibe 1.2.0, uv 0.9.0 on macOS 15.7"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs & screenshots
|
||||
description: Paste relevant stack traces, JSON snippets, or console output.
|
||||
render: shell
|
||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Ask a question
|
||||
url: https://discord.com/channels/1144547040454508606/1447989080720670915
|
||||
about: Join Mistral AI Discord server for support and discussions
|
||||
- name: Read the docs
|
||||
url: https://docs.mistral.ai/mistral-vibe/introduction
|
||||
about: Read the Mistral Vibe documentation for more information
|
||||
47
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
47
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
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
|
||||
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