Skip to content

Commit 5c49de8

Browse files
OpenSource03claude
andcommitted
docs: add platform-specific log paths to bug report template
Help users locate main process logs on macOS, Windows, and Linux, and remind them to redact sensitive data before sharing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 09d4e5e commit 5c49de8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,16 @@ body:
113113
attributes:
114114
label: Logs / Error Output
115115
description: |
116-
Paste any relevant logs here. You can open DevTools via **Help → Toggle DevTools** and copy from the Console tab.
116+
Paste any relevant logs here. **Please redact any sensitive data (API keys, tokens, passwords, file paths with personal info) before sharing.**
117+
118+
**Where to find logs:**
119+
- **DevTools Console**: Help → Toggle DevTools → Console tab
120+
- **Main process logs** (production):
121+
- macOS: `~/Library/Application Support/Harnss/logs/`
122+
- Windows: `%APPDATA%\Harnss\logs\`
123+
- Linux: `~/.config/Harnss/logs/`
124+
125+
Log files are named `main-{timestamp}.log` — attach the most recent one.
117126
render: text
118127
placeholder: Paste logs here...
119128

0 commit comments

Comments
 (0)