summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-09-02 16:23:53 +0200
committerGitHub <noreply@github.com>2022-09-02 16:23:53 +0200
commit28a002929abcad318b2e11779fb821075623c327 (patch)
tree3e91c4cd4b7a46cb0fd118fadac397dd45f059a5 /.github
parentccf9201d5f2b25584da10e999b83a245cd963e9c (diff)
docs(template): mention stty size in bug recreation
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 5fc0d8855..0cf877480 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,8 +9,9 @@ Thank you for taking the time to file this issue! Please follow the instructions
1. Delete the contents of `/tmp/zellij-1000/zellij-log`, ie with `cd /tmp/zellij-1000/` and `rm -fr zellij-log/`
2. Run `zellij --debug`
-3. Recreate your issue.
-3. Quit Zellij immediately with ctrl-q (your bug should ideally still be visible on screen)
+3. Run `stty size`, copy the result and attach it in the bug report
+4. Recreate your issue.
+5. Quit Zellij immediately with ctrl-q (your bug should ideally still be visible on screen)
Please attach the files that were created in `/tmp/zellij-1000/zellij-log/` to the extent you are comfortable with.