From 9af5f3ff812044a157a120ba7e2c70283b3b36dd Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 8 Feb 2017 11:52:42 +0000 Subject: [PATCH] Give an example, from Timothee Cour. --- CONTRIBUTING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING b/CONTRIBUTING index d466768b..d1949b7b 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -13,6 +13,10 @@ Please also include: - logs from tmux (see below); - at most one or two screenshots, if helpful. +This should include at least the output of: + + $ uname -sp && tmux -V && echo $TERM + Please do not report bugs (crashes, incorrect behaviour) without reproducing on a tmux built from Git master.