summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-11 08:09:49 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-11 08:09:49 +0100
commitf1dd65cbdfd393c252a6003031a785c9793639b8 (patch)
tree5be30f87019362f9d98d76151a5843e3760a2a8b /.github
parentc18d7c5fcbdb391b94cb1f9c866e3417adb0ccff (diff)
Another tweak.
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md18
1 files changed, 5 insertions, 13 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 27532a90..9f585db8 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# What should I do before opening an issue?
+## What should I do before opening an issue?
Before opening an issue, please ensure that:
@@ -12,7 +12,7 @@ Before opening an issue, please ensure that:
- Nobody else has opened the same issue recently.
-# What should I include in an isue?
+## What should I include in an isue?
Please include the output of:
@@ -34,7 +34,7 @@ Also include:
- At most one or two screenshots, if helpful.
-# How do I test without a .tmux.conf?
+## How do I test without a .tmux.conf?
Run a separate tmux server with -f/dev/null to skip loading .tmux.conf:
@@ -43,7 +43,7 @@ tmux -Ltest kill-server
tmux -Ltest -f/dev/null new
~~~
-# How do I get logs from tmux?
+## How do I get logs from tmux?
Add -vv to tmux to create three log files in the current directory. If you can
reproduce without a configuration file:
@@ -68,12 +68,4 @@ The log files are:
- tmux-out*.log: output log file.
-To run tmux without a config and get logs, run:
-
-~~~bash
-tmux -Ltest kill-server
-tmux -vv -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.
+Please attach the log files to your issue.