diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-08-08 01:28:22 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-08-08 01:30:23 +0100 |
commit | fd3b7f357200b85a6f3d6e39bae676c7c70ba082 (patch) | |
tree | bd6567d0707485270dd9c695d5669519b0d18b67 /FAQ | |
parent | f8481f93c5fc92f5503a2bdd94c60375a2c81bb5 (diff) | |
download | rtmux-fd3b7f357200b85a6f3d6e39bae676c7c70ba082.tar.gz rtmux-fd3b7f357200b85a6f3d6e39bae676c7c70ba082.tar.bz2 rtmux-fd3b7f357200b85a6f3d6e39bae676c7c70ba082.zip |
FAQ: Mention Git before filing bug reports
It's tedious having to tell people all the time to try the Git version to
see if a given problem is reproducible; put this in the FAQ and hope people
read it.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -104,6 +104,10 @@ aware of are (bearing in mind I haven't used screen for a few years now): * I found a bug! What do I do? +Check the latest version of tmux from Git to see if the problem is still +reproducible. Sometimes the length of time between releases means a lot of +fixes can be sitting in Git and the problem might already be fixed. + Please send bug reports by email to nicm@users.sourceforge.net or tmux-users@lists.sourceforge.net. Please include as much of the following information as possible: |