Correct the description of 'quit'
[ranger.git] / CONTRIBUTING.md
blob29ae33a17c7ef1a35cbaa683d62c37e69fe44307
1 # Contributing to Ranger
3 ## Tips for bug reports
5 * Was this issue already reported?  Please do a quick search.
6 * Maybe the problem is solved in the current master branch already?
7   Simply clone ranger with `git clone https://github.com/ranger/ranger` or
8   download the git version via https://github.com/ranger/ranger/archive/master.zip
9   and run `./ranger.py` directly to find out.
10 * You can obtain much better error messages with `ranger --debug`, please post
11   those in bug reports rather than the usual, single-line error message. Also
12   check the log by using the default map `W` or by running the command `display_log`.
13 * Send security-relevant bugs PGP-encrypted to hut@hut.pm, see `HACKING.md`.
15 ## Tips on patching
17 * See `HACKING.md`
19 Thank you!