diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-06-01 08:05:55 +0100 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-06-01 08:05:55 +0100 |
| commit | b28b8312f2a40d3fe7321375b91329eca4efb698 (patch) | |
| tree | 86fc04c63b888a21471dcf72d009043f871b46a9 /.github/CONTRIBUTING.md | |
| parent | c2d79add3179c5062e642b604809a3d87b6ff360 (diff) | |
| download | rtmux-b28b8312f2a40d3fe7321375b91329eca4efb698.tar.gz rtmux-b28b8312f2a40d3fe7321375b91329eca4efb698.tar.bz2 rtmux-b28b8312f2a40d3fe7321375b91329eca4efb698.zip | |
Mention CHANGES.
Diffstat (limited to '.github/CONTRIBUTING.md')
| -rw-r--r-- | .github/CONTRIBUTING.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 49e2b90b..3a589484 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,13 +2,20 @@ Before opening an issue, please ensure that: +- Your problem is a specific problem or question or suggestion, not a general + complaint. + - `$TERM` inside tmux is screen, screen-256color, tmux or tmux-256color. Check by running `echo $TERM` inside tmux. - You can reproduce the problem with the latest tmux release, or a build from Git master. -- Your question or issue is not covered in the manual (run man tmux). +- Your question or issue is not covered [in the + manual](https://man.openbsd.org/tmux.1) (run `man tmux`). + +- Your problem is not mentioned in the [CHANGES + file](https://raw.githubusercontent.com/tmux/tmux/master/CHANGES) file. - Nobody else has opened the same issue recently. |