vibe/.github/ISSUE_TEMPLATE/bug-report.yml
Mathias Gesbert cf3f4ca58f
v2.11.1 (#721)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai>
Co-authored-by: Guillaume LE GOFF <guillaume.lgf@gmail.com>
Co-authored-by: Mert Unsal <mertunsal1905@gmail.com>
Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com>
Co-authored-by: Quentin <quentin.torroba@mistral.ai>
Co-authored-by: Val <102326092+vdeva@users.noreply.github.com>
Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com>
Co-authored-by: maximevoisin-pm <maxime.voisin@mistral.ai>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
2026-05-27 17:10:40 +02:00

60 lines
1.5 KiB
YAML

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
- VS Code extension
- Other
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 the version for the affected component, uv or pip when
relevant and OS.
placeholder: "mistral-vibe 1.2.0 or Mistral Vibe for VS Code 1.1.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