diff options
author | Jon Anderson <jon.david.anderson@gmail.com> | 2018-01-27 15:41:20 -0800 |
---|---|---|
committer | Jon Anderson <jon.david.anderson@gmail.com> | 2018-01-27 15:41:20 -0800 |
commit | ddcc469fe636cb13b8b44824a18fc5deb24084e2 (patch) | |
tree | f41d8608d5418ada7db54369d400c59e12e0d45d /CONTRIBUTING.md | |
parent | 623e603481b2516e48c9949218e115968f42c37c (diff) | |
parent | 3249d125d36fccf1aee75da6682f5ca5bec64754 (diff) | |
download | ranger-ddcc469fe636cb13b8b44824a18fc5deb24084e2.tar.gz |
Merge branch 'master' of github.com:chronzerg/ranger
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abf25300..29ae33a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,11 @@ ## Tips for bug reports -* Always completely fill out the issue template that is automatically inserted - on issue creation. +* Was this issue already reported? Please do a quick search. +* Maybe the problem is solved in the current master branch already? + Simply clone ranger with `git clone https://github.com/ranger/ranger` or + download the git version via https://github.com/ranger/ranger/archive/master.zip + and run `./ranger.py` directly to find out. * You can obtain much better error messages with `ranger --debug`, please post those in bug reports rather than the usual, single-line error message. Also check the log by using the default map `W` or by running the command `display_log`. |