summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-12 10:00:11 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-12 10:00:31 +0100
commit99c1853792e092b621b836d8adb47d74c1a31cef (patch)
tree061bd4ee594d98302242276cf8e1a6c5e7d9da26 /.github
parent677bb168a9d2b53df70beb886ee92b078237ef87 (diff)
Scatter some `.
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md16
-rw-r--r--.github/README.md3
2 files changed, 10 insertions, 9 deletions
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