From 99c1853792e092b621b836d8adb47d74c1a31cef Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 12 May 2019 10:00:11 +0100 Subject: Scatter some `. --- .github/CONTRIBUTING.md | 16 ++++++++-------- .github/README.md | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9f585db8..58438d8d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,8 +2,8 @@ Before opening an issue, please ensure that: -- TERM inside tmux is screen, screen-256color, tmux or tmux-256color. Check - by running echo $TERM inside tmux. +- `$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. @@ -28,7 +28,7 @@ Also include: - A minimal tmux config, if you can't reproduce without a config. -- Your terminal, and $TERM inside and outside of tmux. +- Your terminal, and `$TERM` inside and outside of tmux. - Logs from tmux (see below). @@ -36,7 +36,7 @@ Also include: ## How do I test without a .tmux.conf? -Run a separate tmux server with -f/dev/null to skip loading .tmux.conf: +Run a separate tmux server with `-f/dev/null` to skip loading `.tmux.conf`: ~~~bash tmux -Ltest kill-server @@ -45,7 +45,7 @@ tmux -Ltest -f/dev/null new ## How do I get logs from tmux? -Add -vv to tmux to create three log files in the current directory. If you can +Add `-vv` to tmux to create three log files in the current directory. If you can reproduce without a configuration file: ~~~bash @@ -62,10 +62,10 @@ tmux -vv new The log files are: -- tmux-server*.log: server log file. +- `tmux-server*.log`: server log file. -- tmux-client*.log: client log file. +- `tmux-client*.log`: client log file. -- tmux-out*.log: output log file. +- `tmux-out*.log`: output log file. Please attach the log files to your issue. diff --git a/.github/README.md b/.github/README.md index bd2eb2ea..560f92c2 100644 --- a/.github/README.md +++ b/.github/README.md @@ -11,7 +11,8 @@ This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris. tmux depends on [libevent](https://libevent.org) 2.x, avaailable from [this page](https://github.com/libevent/libevent/releases/latest). -It also depends on [ncurses](https://www.gnu.org/software/ncurses/), available from [this page](https://invisible-mirror.net/archives/ncurses/). +It also depends on [ncurses](https://www.gnu.org/software/ncurses/), available +from [this page](https://invisible-mirror.net/archives/ncurses/). ## Installation -- cgit v1.2.3