diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-11 08:23:14 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-11 08:23:14 +0100 |
commit | 3a9c199ae7ddaae21682f6c1292ee923e618321e (patch) | |
tree | 0791d451aaa85279d433d8d1a596ac933774d5b7 | |
parent | bd6d0b3101d1a9de9b5a325e532cc479e4b9d1bd (diff) | |
download | rtmux-3a9c199ae7ddaae21682f6c1292ee923e618321e.tar.gz rtmux-3a9c199ae7ddaae21682f6c1292ee923e618321e.tar.bz2 rtmux-3a9c199ae7ddaae21682f6c1292ee923e618321e.zip |
New ISSUE_TEMPLATE from Nicolas CARPi.
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 16 | ||||
-rw-r--r-- | ISSUE_TEMPLATE | 1 |
2 files changed, 16 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..864ec12b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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. diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE deleted file mode 100644 index d786f923..00000000 --- a/ISSUE_TEMPLATE +++ /dev/null @@ -1 +0,0 @@ -Please read https://raw.githubusercontent.com/tmux/tmux/master/CONTRIBUTING |