aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
blob: e355c1b4acd264f78334e67ad983a8d77df20ee4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.