mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Remove API/model requirement from bug report
This commit is contained in:
parent
860d315d7d
commit
8974a9ce69
1 changed files with 3 additions and 23 deletions
26
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
26
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -2,30 +2,10 @@ name: 🐛 Bug Report
|
|||
description: File a bug report
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: provider
|
||||
- type: markdown
|
||||
attributes:
|
||||
label: Which API Provider are you using?
|
||||
multiple: false
|
||||
options:
|
||||
- OpenRouter
|
||||
- Anthropic
|
||||
- Google Gemini
|
||||
- GCP Vertex AI
|
||||
- AWS Bedrock
|
||||
- OpenAI
|
||||
- OpenAI Compatible
|
||||
- LM Studio
|
||||
- Ollama
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: model
|
||||
attributes:
|
||||
label: Which Model are you using?
|
||||
description: Please specify the model you're using (e.g. Claude 3.5 Sonnet)
|
||||
validations:
|
||||
required: true
|
||||
value: |
|
||||
**Important:** All bug reports must be reproducible using Claude 3.5 Sonnet. Cline uses complex prompts so less capable models may not work as expected.
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue