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:
parent
2cd433d0d6
commit
2f1bba753a
1 changed files with 17 additions and 17 deletions
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -3,27 +3,27 @@ name: "\U0001F41B Bug Report"
|
||||||
about: "If something isn't working as expected."
|
about: "If something isn't working as expected."
|
||||||
labels: bug
|
labels: bug
|
||||||
---
|
---
|
||||||
Thank you for taking the time to file an 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.
|
||||||
You can erase any parts of this template not applicable to your issue.
|
|
||||||
|
|
||||||
## 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`, ie with `cd /tmp/zellij-1000/` and `rm -fr zellij-log/`
|
||||||
1. Delete the contents of `/tmp/zellij-1000/zellij-log`.
|
2. Run `zellij --debug`
|
||||||
2. Run `zellij --debug` and then recreate your issue.
|
3. Recreate your issue.
|
||||||
3. Quit Zellij immediately with ctrl-q (your bug should ideally still be visible on screen)
|
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/`
|
**Basic information**
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
`zellij --version`:
|
`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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue