mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Add a CONTRIBUTING file with some information on opening issues.
This commit is contained in:
25
CONTRIBUTING
Normal file
25
CONTRIBUTING
Normal file
@ -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.
|
Reference in New Issue
Block a user