|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report a bug or unexpected behavior in tweakcc |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug", "triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + label: Thanks for taking the time to report a bug! |
| 9 | + value: | |
| 10 | + Please fill out the sections below to help us understand and fix the issue. |
| 11 | + The more details you provide, the faster we can help! |
| 12 | + |
| 13 | + > ⚠️ **For patch failures:** Debug logs are essential! Please run `npx tweakcc --verbose --apply` and include the output below. |
| 14 | +
|
| 15 | + - type: checkboxes |
| 16 | + id: existing-issue |
| 17 | + attributes: |
| 18 | + label: Pre-flight Checklist |
| 19 | + description: Please verify the following before submitting |
| 20 | + options: |
| 21 | + - label: I have searched the [existing issues](https://github.com/Piebald-AI/tweakcc/issues) and this bug has not already been reported |
| 22 | + required: true |
| 23 | + - label: I am using the latest version of tweakcc (`npx tweakcc@latest`) |
| 24 | + required: true |
| 25 | + - label: I have tried reinstalling Claude Code and reapplying tweakcc patches |
| 26 | + required: false |
| 27 | + |
| 28 | + - type: dropdown |
| 29 | + id: affected-feature |
| 30 | + attributes: |
| 31 | + label: Affected Feature |
| 32 | + description: Which area of tweakcc is affected? |
| 33 | + options: |
| 34 | + - Patching / Installation |
| 35 | + - System Prompts |
| 36 | + - Themes |
| 37 | + - Toolsets |
| 38 | + - Thinking Verbs / Spinner |
| 39 | + - Subagent Models |
| 40 | + - Session Naming (/title, /rename) |
| 41 | + - Input Border Box |
| 42 | + - Thinking Visibility |
| 43 | + - Backup / Restore |
| 44 | + - Configuration |
| 45 | + - Other (describe below) |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: description |
| 51 | + attributes: |
| 52 | + label: Bug Description |
| 53 | + description: Provide a clear and concise description of the bug |
| 54 | + placeholder: | |
| 55 | + What happened? What did you expect to happen instead? |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + |
| 59 | + - type: textarea |
| 60 | + id: steps-to-reproduce |
| 61 | + attributes: |
| 62 | + label: Steps to Reproduce |
| 63 | + description: List the steps to reproduce the bug |
| 64 | + placeholder: | |
| 65 | + 1. Run `npx tweakcc` |
| 66 | + 2. Navigate to... |
| 67 | + 3. Select... |
| 68 | + 4. See error |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: error-output |
| 74 | + attributes: |
| 75 | + label: Error Messages / Logs |
| 76 | + description: | |
| 77 | + Paste any error messages, stack traces, or relevant terminal output. |
| 78 | + This will be automatically formatted as code, so no need for backticks. |
| 79 | + render: shell |
| 80 | + placeholder: | |
| 81 | + Paste the full error message or relevant terminal output here. |
| 82 | + Include any stack traces if available. |
| 83 | +
|
| 84 | + - type: textarea |
| 85 | + id: debug-logs |
| 86 | + attributes: |
| 87 | + label: Debug Logs |
| 88 | + description: | |
| 89 | + **Please provide debug output!** This is extremely helpful for diagnosing issues. |
| 90 | + |
| 91 | + Run tweakcc with the `--debug` flag (or `--verbose` for even more detail): |
| 92 | + ```bash |
| 93 | + npx tweakcc --debug --apply |
| 94 | + # or for maximum detail (includes diffs): |
| 95 | + npx tweakcc --verbose --apply |
| 96 | + ``` |
| 97 | + |
| 98 | + For patch failures, **verbose logs are essential** as they show exactly what's being matched and modified. |
| 99 | + render: shell |
| 100 | + placeholder: | |
| 101 | + Paste the output from running: |
| 102 | + npx tweakcc --verbose --apply |
| 103 | + |
| 104 | + (This output is essential for debugging patch failures!) |
| 105 | + validations: |
| 106 | + required: false |
| 107 | + |
| 108 | + - type: input |
| 109 | + id: tweakcc-version |
| 110 | + attributes: |
| 111 | + label: tweakcc Version |
| 112 | + description: "Run `npx tweakcc --version` or check your package.json" |
| 113 | + placeholder: "e.g., 3.2.5" |
| 114 | + validations: |
| 115 | + required: true |
| 116 | + |
| 117 | + - type: input |
| 118 | + id: claude-code-version |
| 119 | + attributes: |
| 120 | + label: Claude Code Version |
| 121 | + description: "Run `claude --version` in your terminal" |
| 122 | + placeholder: "e.g., 2.1.2" |
| 123 | + validations: |
| 124 | + required: true |
| 125 | + |
| 126 | + - type: dropdown |
| 127 | + id: os |
| 128 | + attributes: |
| 129 | + label: Operating System |
| 130 | + options: |
| 131 | + - macOS |
| 132 | + - Windows |
| 133 | + - Linux (Ubuntu/Debian) |
| 134 | + - Linux (Fedora/RHEL) |
| 135 | + - Linux (Arch) |
| 136 | + - Linux (Other) |
| 137 | + - WSL |
| 138 | + validations: |
| 139 | + required: true |
| 140 | + |
| 141 | + - type: input |
| 142 | + id: os-version |
| 143 | + attributes: |
| 144 | + label: OS Version |
| 145 | + description: "e.g., macOS 15.2, Windows 11 23H2, Ubuntu 24.04" |
| 146 | + placeholder: "e.g., macOS 15.2" |
| 147 | + |
| 148 | + - type: dropdown |
| 149 | + id: cc-installation |
| 150 | + attributes: |
| 151 | + label: Claude Code Installation Method |
| 152 | + description: How did you install Claude Code? |
| 153 | + options: |
| 154 | + - Native binary (downloaded from Anthropic) |
| 155 | + - npm (npm install -g @anthropic-ai/claude-code) |
| 156 | + - pnpm |
| 157 | + - yarn |
| 158 | + - bun |
| 159 | + - Homebrew / Linuxbrew |
| 160 | + - nvm |
| 161 | + - fnm |
| 162 | + - volta |
| 163 | + - n |
| 164 | + - nvs |
| 165 | + - nodenv |
| 166 | + - Other / Custom location |
| 167 | + validations: |
| 168 | + required: true |
| 169 | + |
| 170 | + - type: input |
| 171 | + id: node-version |
| 172 | + attributes: |
| 173 | + label: Node.js Version |
| 174 | + description: "Run `node --version` (only needed for npm-based installations)" |
| 175 | + placeholder: "e.g., v20.18.0" |
| 176 | + |
| 177 | + - type: textarea |
| 178 | + id: config-details |
| 179 | + attributes: |
| 180 | + label: Configuration Details |
| 181 | + description: | |
| 182 | + Any relevant configuration details that might help debug the issue. |
| 183 | + For example: custom system prompts, themes, toolsets, environment variables, etc. |
| 184 | + placeholder: | |
| 185 | + - Using custom system prompts: yes/no |
| 186 | + - Number of modified prompt files: X |
| 187 | + - Custom themes: yes/no |
| 188 | + - Custom toolsets: yes/no |
| 189 | + - Environment variables: CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC, etc. |
| 190 | + - Config directory location: ~/.tweakcc or other |
| 191 | +
|
| 192 | + - type: textarea |
| 193 | + id: additional-context |
| 194 | + attributes: |
| 195 | + label: Additional Context |
| 196 | + description: | |
| 197 | + Add any other context about the problem here. |
| 198 | + Screenshots, related issues, or anything else that might help. |
| 199 | + placeholder: | |
| 200 | + - Was this working before? If so, when did it break? |
| 201 | + - Did it break after updating Claude Code or tweakcc? |
| 202 | + - Any recent changes to your system or configuration? |
| 203 | +
|
| 204 | + - type: checkboxes |
| 205 | + id: workaround |
| 206 | + attributes: |
| 207 | + label: Workaround Available? |
| 208 | + description: Have you found any workaround for this issue? |
| 209 | + options: |
| 210 | + - label: I have found a workaround (please describe above) |
0 commit comments