Add linux Zed log location to crash report github issue template (#14373)
Release Notes: - N/A
This commit is contained in:
parent
3c38be59b5
commit
e26dbe2c5b
1 changed files with 2 additions and 1 deletions
3
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
3
.github/ISSUE_TEMPLATE/2_crash_report.yml
vendored
|
@ -27,7 +27,8 @@ body:
|
|||
attributes:
|
||||
label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
|
||||
description: |
|
||||
Drag Zed.log into the text input below.
|
||||
macOS: `~/Library/Logs/Zed/Zed.log`
|
||||
Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
|
||||
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
|
||||
value: |
|
||||
<details><summary>Zed.log</summary><pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue