diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-11 08:07:35 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-11 08:07:35 +0100 |
commit | c18d7c5fcbdb391b94cb1f9c866e3417adb0ccff (patch) | |
tree | 65777273d55379a9bd838ab519e28fe8ab87c493 /CONTRIBUTING | |
parent | 0d64531f66309f013c1718d86ee907a058eca134 (diff) | |
download | rtmux-c18d7c5fcbdb391b94cb1f9c866e3417adb0ccff.tar.gz rtmux-c18d7c5fcbdb391b94cb1f9c866e3417adb0ccff.tar.bz2 rtmux-c18d7c5fcbdb391b94cb1f9c866e3417adb0ccff.zip |
Update CONTRIBUTING.md, mostly from Nicolas CARPi.
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 33 |
1 files changed, 0 insertions, 33 deletions
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. |