New ISSUE_TEMPLATE from Nicolas CARPi.

This commit is contained in:
Nicholas Marriott 2019-05-11 08:23:14 +01:00
parent bd6d0b3101
commit 3a9c199ae7
2 changed files with 16 additions and 1 deletions

16
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,16 @@
# Issue description
Please 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.
Please do not report bugs (crashes, incorrect behaviour) without reproducing on
a tmux built from the latest code in Git.
# Information
Please provide the following information:
* tmux version (`tmux -V`).
* Platform (`uname -sp`).
* $TERM inside and outside of tmux (`echo $TERM`).
* Logs from tmux.

View File

@ -1 +0,0 @@
Please read https://raw.githubusercontent.com/tmux/tmux/master/CONTRIBUTING