summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Spencer <51139521+KaiSpencer@users.noreply.github.com>2023-02-20 16:43:46 +0000
committerGitHub <noreply@github.com>2023-02-20 17:43:46 +0100
commitd65e8220b67ed7324bc4d79f265f6519c516e198 (patch)
tree655b90a15f4bed6db4d2ae9c9b654b78722d89ee
parent0e477241ca948f5aef7201fb261163d00cf32f6e (diff)
docs(bug-report): update bug_report.md template with OSX log directory (#2181)
Logs on OSX are located in `$TMPDIR` not `/tmp`
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0cf877480..5b11f2743 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,7 +7,7 @@ Thank you for taking the time to file this issue! Please follow the instructions
**In Case of Graphical or Performance Issues**
-1. Delete the contents of `/tmp/zellij-1000/zellij-log`, ie with `cd /tmp/zellij-1000/` and `rm -fr zellij-log/`
+1. Delete the contents of `/tmp/zellij-1000/zellij-log`, ie with `cd /tmp/zellij-1000/` and `rm -fr zellij-log/` (`/tmp/` is `$TMPDIR/` on OSX)
2. Run `zellij --debug`
3. Run `stty size`, copy the result and attach it in the bug report
4. Recreate your issue.