From 1a06098ae4d1b654353c5c0a245a1f5349215816 Mon Sep 17 00:00:00 2001 From: Badri Narayanan S Date: Tue, 13 Jan 2026 18:55:21 +0530 Subject: [PATCH] docs: add Claude CLI configuration to bug report template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7dd7268..077d9d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,6 +26,17 @@ What actually happens. - Operating System: - 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 + +``` + **Logs (if applicable)**