diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-27 18:28:21 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-27 18:28:21 +0100 |
commit | 4aa5dd0ee0bef7a6dfeb0b3329d78660ae197201 (patch) | |
tree | f251f3229ca4f5e42995f9f502aaeb57b76e1f73 | |
parent | f523fddf6a5f19e769e21add6632094265819e55 (diff) | |
download | rtmux-4aa5dd0ee0bef7a6dfeb0b3329d78660ae197201.tar.gz rtmux-4aa5dd0ee0bef7a6dfeb0b3329d78660ae197201.tar.bz2 rtmux-4aa5dd0ee0bef7a6dfeb0b3329d78660ae197201.zip |
Add a CONTRIBUTING file with some information on opening issues.
-rw-r--r-- | CONTRIBUTING | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..e355c1b4 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,25 @@ +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. + +Please do not report bugs (crashes, incorrect behaviour) without reproducing on +a tmux built from Git master. + +To run tmux without a config and get logs, run: + + tmux -Ltest kill-server + tmux -vvvv -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. |