mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
80 lines
2 KiB
YAML
80 lines
2 KiB
YAML
name: Bug Report
|
|
description: Clearly report a bug with detailed repro steps
|
|
labels: ["bug"]
|
|
body:
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: App Version
|
|
description: Specify exactly which version you're using (e.g., v3.3.1)
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: provider
|
|
attributes:
|
|
label: API Provider
|
|
description: Choose the API provider involved
|
|
multiple: false
|
|
options:
|
|
- OpenRouter
|
|
- Anthropic
|
|
- Google Gemini
|
|
- DeepSeek
|
|
- OpenAI
|
|
- OpenAI Compatible
|
|
- GCP Vertex AI
|
|
- Amazon Bedrock
|
|
- Requesty
|
|
- Glama
|
|
- VS Code LM API
|
|
- LM Studio
|
|
- Ollama
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: model
|
|
attributes:
|
|
label: Model Used
|
|
description: Clearly specify the exact model (e.g., Claude 3.7 Sonnet)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Actual vs. Expected Behavior
|
|
description: Clearly state what actually happened and what you expected instead.
|
|
placeholder: Provide precise details of the issue here.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Detailed Steps to Reproduce
|
|
description: |
|
|
List the exact steps someone must follow to reproduce this bug:
|
|
1. Starting conditions (software state, settings, environment)
|
|
2. Precise actions taken (every click, selection, input)
|
|
3. Clearly observe and report outcomes
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant API Request Output
|
|
description: Paste relevant API logs or outputs here (formatted automatically as code)
|
|
render: shell
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Include extra details, screenshots, or related issues.
|