about summary refs log tree commit diff stats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2017-12-30 15:05:40 +0100
committerhut <hut@hut.pm>2017-12-30 15:05:40 +0100
commita965ba18b4735ef9c4cd3506c6b4988d1fd85e62 (patch)
tree92693215fcff73e4e3db5f612e589c105a2beaff /CONTRIBUTING.md
parent58a5c78b1ffada6228940b573ff6b89ed6e2ae83 (diff)
downloadranger-a965ba18b4735ef9c4cd3506c6b4988d1fd85e62.tar.gz
update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
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`.