From 3a9c199ae7ddaae21682f6c1292ee923e618321e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 11 May 2019 08:23:14 +0100 Subject: New ISSUE_TEMPLATE from Nicolas CARPi. --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ ISSUE_TEMPLATE | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE 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 -- cgit