mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 02:48:47 +00:00
Another tweak.
This commit is contained in:
parent
c18d7c5fcb
commit
f1dd65cbdf
18
.github/CONTRIBUTING.md
vendored
18
.github/CONTRIBUTING.md
vendored
@ -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:
|
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.
|
- 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:
|
Please include the output of:
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ Also include:
|
|||||||
|
|
||||||
- At most one or two screenshots, if helpful.
|
- 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:
|
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
|
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
|
Add -vv to tmux to create three log files in the current directory. If you can
|
||||||
reproduce without a configuration file:
|
reproduce without a configuration file:
|
||||||
@ -68,12 +68,4 @@ The log files are:
|
|||||||
|
|
||||||
- tmux-out*.log: output log file.
|
- tmux-out*.log: output log file.
|
||||||
|
|
||||||
To run tmux without a config and get logs, run:
|
Please attach the log files to your issue.
|
||||||
|
|
||||||
~~~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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user