about summary refs log tree commit diff stats
path: root/054string-equal.subx
diff options
context:
space:
mode:
Diffstat (limited to '054string-equal.subx')
0 files changed, 0 insertions, 0 deletions
e> 2017-01-16 01:13:47 +0100 Documentation: Improve readability' href='/akspecs/ranger/commit/CONTRIBUTING.md?id=03ed2a43a1a80c69d1a9590e3e04fdb9317791ff'>03ed2a43 ^
ea355f49 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19



                        




                                                                                  
                                                                              


                                                                                     


                   
                  

          
# Contributing to Ranger

## Tips for bug reports

* 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`.
* Send security-relevant bugs PGP-encrypted to hut@hut.pm, see `HACKING.md`.

## Tips on patching

* See `HACKING.md`

Thank you!