|
| 1 | +name: Bug Report |
| 2 | +description: Report a broken behavior in plain language with a minimal reproduction |
| 3 | +labels: ["bug"] |
| 4 | +title: "[BUG] " |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thank you for your report! Please search existing issues first: |
| 10 | + https://github.com/RooCodeInc/Roo-Code/issues |
| 11 | +
|
| 12 | + - type: textarea |
| 13 | + id: problem |
| 14 | + attributes: |
| 15 | + label: Problem (one or two sentences) |
| 16 | + description: Describe what went wrong in plain language. |
| 17 | + placeholder: 'Example: "Expected the task to start, but nothing happened and no message appeared."' |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: context |
| 23 | + attributes: |
| 24 | + label: Context (who is affected and when) |
| 25 | + description: Who sees this and in what situation? Keep it non-technical. |
| 26 | + placeholder: 'Example: "Happens to new users when starting a run from the New Run page with dark theme enabled."' |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: steps |
| 32 | + attributes: |
| 33 | + label: Reproduction steps |
| 34 | + description: Provide clear, numbered steps so we can reproduce. |
| 35 | + placeholder: | |
| 36 | + 1) Environment/setup (OS, extension version, relevant settings) |
| 37 | + 2) Exact actions (clicks, inputs, commands) |
| 38 | + 3) What you observed after each step |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: input |
| 43 | + id: expected |
| 44 | + attributes: |
| 45 | + label: Expected result |
| 46 | + placeholder: e.g., "The task starts and shows progress." |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: input |
| 51 | + id: actual |
| 52 | + attributes: |
| 53 | + label: Actual result |
| 54 | + placeholder: e.g., "The button appears disabled and no progress is shown." |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: textarea |
| 59 | + id: variations |
| 60 | + attributes: |
| 61 | + label: Variations tried (optional) |
| 62 | + description: Different browsers, devices, providers, or settings you tried. |
| 63 | + placeholder: e.g., "Tried Chrome/Firefox, disabling dark theme, switching providers." |
| 64 | + |
| 65 | + - type: input |
| 66 | + id: version |
| 67 | + attributes: |
| 68 | + label: App Version |
| 69 | + description: What version of Roo Code are you using? (e.g., v3.3.1) |
| 70 | + validations: |
| 71 | + required: true |
| 72 | + |
| 73 | + - type: dropdown |
| 74 | + id: provider |
| 75 | + attributes: |
| 76 | + label: API Provider (optional) |
| 77 | + options: |
| 78 | + - Anthropic |
| 79 | + - AWS Bedrock |
| 80 | + - Chutes AI |
| 81 | + - DeepSeek |
| 82 | + - Featherless AI |
| 83 | + - Fireworks AI |
| 84 | + - Glama |
| 85 | + - Google Gemini |
| 86 | + - Google Vertex AI |
| 87 | + - Groq |
| 88 | + - Human Relay Provider |
| 89 | + - LiteLLM |
| 90 | + - LM Studio |
| 91 | + - Mistral AI |
| 92 | + - Ollama |
| 93 | + - OpenAI |
| 94 | + - OpenAI Compatible |
| 95 | + - OpenRouter |
| 96 | + - Requesty |
| 97 | + - SambaNova |
| 98 | + - Unbound |
| 99 | + - VS Code Language Model API |
| 100 | + - xAI (Grok) |
| 101 | + - Not Applicable / Other |
| 102 | + |
| 103 | + - type: input |
| 104 | + id: model |
| 105 | + attributes: |
| 106 | + label: Model Used (optional) |
| 107 | + description: Exact model name (e.g., Claude 3.7 Sonnet). Use N/A if irrelevant. |
| 108 | + |
| 109 | + - type: textarea |
| 110 | + id: roo-code-tasks |
| 111 | + attributes: |
| 112 | + label: Roo Code Task Links (optional) |
| 113 | + description: If you have any publicly shared Roo Code task links that demonstrate the issue, paste them here. |
| 114 | + placeholder: Paste your Roo Code share links here, one per line |
| 115 | + |
| 116 | + - type: textarea |
| 117 | + id: logs |
| 118 | + attributes: |
| 119 | + label: Relevant logs or errors (optional) |
| 120 | + description: Paste relevant output or errors. Use triple backticks (```) for formatting. |
| 121 | + render: shell |
0 commit comments