From c18d7c5fcbdb391b94cb1f9c866e3417adb0ccff Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 11 May 2019 08:07:35 +0100 Subject: Update CONTRIBUTING.md, mostly from Nicolas CARPi. --- CONTRIBUTING | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 CONTRIBUTING (limited to 'CONTRIBUTING') diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index a804ba41..00000000 --- a/CONTRIBUTING +++ /dev/null @@ -1,33 +0,0 @@ -When reporting issues: - -YOU MUST INCLUDE THE TMUX VERSION - -DO NOT OPEN AN ISSUE THAT DOES NOT MENTION THE TMUX VERSION - -Please also include: - -- your platform (Linux, OS X, or whatever); -- a brief description of the problem with steps to reproduce; -- a minimal tmux config, if you can't reproduce without a config; -- your terminal, and $TERM inside and outside of tmux; -- 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 the latest code in Git. - -Note that TERM inside tmux must be a variant of screen or tmux (for example: -screen or screen-256color, tmux or tmux-256color). Please ensure this is the -case before opening an issue. - -To run tmux without a config and get logs, run: - - tmux -Ltest kill-server - tmux -vv -Ltest -f/dev/null new - -Then reproduce the problem, exit tmux, and attach the tmux-server-*.log file -from the current directory to the issue. -- cgit