diff options
author | hut <hut@hut.pm> | 2017-12-30 15:05:40 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-12-30 15:05:40 +0100 |
commit | a965ba18b4735ef9c4cd3506c6b4988d1fd85e62 (patch) | |
tree | 92693215fcff73e4e3db5f612e589c105a2beaff | |
parent | 58a5c78b1ffada6228940b573ff6b89ed6e2ae83 (diff) | |
download | ranger-a965ba18b4735ef9c4cd3506c6b4988d1fd85e62.tar.gz |
update 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`. |