docs(bug-report): update bug_report.md template with OSX log directory (#2181)

Logs on OSX are located in `$TMPDIR` not `/tmp`
This commit is contained in:
Kai Spencer 2023-02-20 16:43:46 +00:00 committed by GitHub
parent 0e477241ca
commit d65e8220b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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** **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` 2. Run `zellij --debug`
3. Run `stty size`, copy the result and attach it in the bug report 3. Run `stty size`, copy the result and attach it in the bug report
4. Recreate your issue. 4. Recreate your issue.