docs: add Claude CLI configuration to bug report template
Ask users to provide their settings.json or Settings → Claude CLI screenshot to help diagnose configuration issues faster. Addresses discussion #113 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -26,6 +26,17 @@ What actually happens.
|
|||||||
- Operating System:
|
- Operating System:
|
||||||
- Node.js version:
|
- Node.js version:
|
||||||
|
|
||||||
|
**Claude CLI Configuration**
|
||||||
|
Please provide ONE of the following:
|
||||||
|
- Screenshot of WebUI **Settings → Claude CLI** tab, OR
|
||||||
|
- Contents of your Claude settings.json file:
|
||||||
|
- macOS/Linux: `~/.claude/settings.json`
|
||||||
|
- Windows: `%USERPROFILE%\.claude\settings.json`
|
||||||
|
|
||||||
|
```json
|
||||||
|
<!-- Paste your settings.json here -->
|
||||||
|
```
|
||||||
|
|
||||||
**Logs (if applicable)**
|
**Logs (if applicable)**
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user