tmux/.github/ISSUE_TEMPLATE.md

23 lines
772 B
Markdown
Raw Permalink Normal View History

2019-05-15 19:21:38 +00:00
### Issue description
2019-05-11 07:23:14 +00:00
2019-05-15 20:42:43 +00:00
Please read https://github.com/tmux/tmux/blob/master/.github/CONTRIBUTING.md
before opening an issue.
2019-05-11 07:23:14 +00:00
2019-06-01 07:05:55 +00:00
If you have upgraded, make sure your issue is not covered in the CHANGES file
for your version: https://raw.githubusercontent.com/tmux/tmux/master/CHANGES
2019-05-15 20:42:43 +00:00
Describe the problem and the steps to reproduce. Add a minimal tmux config if
necessary. Screenshots can be helpful, but no more than one or two.
2019-05-11 07:23:14 +00:00
2019-05-15 20:42:43 +00:00
Do not report bugs (crashes, incorrect behaviour) without reproducing on a tmux
built from the latest code in Git.
### Required information
2019-05-11 07:23:14 +00:00
Please provide the following information:
* tmux version (`tmux -V`).
* Platform (`uname -sp`).
* $TERM inside and outside of tmux (`echo $TERM`).
2019-05-15 19:20:52 +00:00
* Logs from tmux (`tmux kill-server; tmux -vv new`).