From d65e8220b67ed7324bc4d79f265f6519c516e198 Mon Sep 17 00:00:00 2001 From: Kai Spencer <51139521+KaiSpencer@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:43:46 +0000 Subject: [PATCH] docs(bug-report): update bug_report.md template with OSX log directory (#2181) Logs on OSX are located in `$TMPDIR` not `/tmp` --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0cf87748..5b11f274 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.