improve bug report template (#466)

Give copy-paste commands and give example of typical
information and density. Refer to common sense of the issue author.
This commit is contained in:
matu3ba 2021-05-10 14:13:26 +02:00 committed by GitHub
parent 2cd433d0d6
commit 2f1bba753a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,27 +3,27 @@ name: "\U0001F41B Bug Report"
about: "If something isn't working as expected."
labels: bug
---
Thank you for taking the time to file an issue!
You can erase any parts of this template not applicable to your issue.
Thank you for taking the time to file this issue! Please follow the instructions and fill the missing parts below the instructions, if it is meaningful. Try to be brief and concise.
## In Case of Graphical, or Performance Issues
**In Case of Graphical or Performance Issues**
Please:
1. Delete the contents of `/tmp/zellij-1000/zellij-log`.
2. Run `zellij --debug` and then recreate your issue.
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)
Please attach the files that were created in
Please attach the files that were created in `/tmp/zellij-1000/zellij-log/` to the extent you are comfortable with.
`/tmp/zellij-1000/zellij-log/`
To the extent you are comfortable with.
Also please add the size in columns/lines of the terminal in which the bug happened. You can usually find these out with `tput lines` and `tput cols`.
And the name and version of progams you interacted with as well as
the operating system.
## Information
**Basic information**
`zellij --version`:
`tput lines`:
`tput cols`:
`uname -av` or `ver`(Windows):
List of programs you interact with as, `PROGRAM --version`: output cropped meaningful, for example:
`nvim --version`: NVIM v0.5.0-dev+1299-g1c2e504d5 (used the appimage release)
`alacritty --version`: alacritty 0.7.2 (5ac8060b)
**Further information**
Reproduction steps, noticable behavior, related issues etc