about summary refs log tree commit diff stats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-22 00:04:34 +0100
committernfnty <git@nfnty.se>2017-01-22 00:04:34 +0100
commitf33891d8ab2b9b61d7435d4c57b7b44e395e94f3 (patch)
tree03368eefce609070f802958c25b47486fe7d0f0f /CONTRIBUTING.md
parent6e3ae27e358ae5f6c7965b081293f77788cca031 (diff)
downloadranger-f33891d8ab2b9b61d7435d4c57b7b44e395e94f3.tar.gz
Update CONTRIBUTING and HACKING with new instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a75afcae..abf25300 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,11 +2,12 @@
 
 ## Tips for bug reports
 
+* Always completely fill out the issue template that is automatically inserted
+  on issue creation.
 * You can obtain much better error messages with `ranger --debug`, please post
-  those in bug reports rather than the usual, single-line error message.
-* Please mention the version of ranger and Python
-* If possible, Please give step-by-step instructions to reproduce the bug.
-* Send security-relevant bugs PGP-encrypted to hut@hut.pm, see `HACKING.md`
+  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`.
+* Send security-relevant bugs PGP-encrypted to hut@hut.pm, see `HACKING.md`.
 
 ## Tips on patching