1Reporting bugs
2==============
3
4* When reporting a bug:
5    * Please ensure that you are on the latest version in case the bug you
6      are reporting is already fixed.
7    * If you did some custom modification to ZNC, please make sure that
8      the bug isn't caused by that modification.
9    * Please include the following information:
10        * OS/distribution version
11        * `/znc version`
12    * If you are reporting a crash, please see [the debugging page] on
13      wiki.znc.in.
14    * If you are reporting an issue with connectivity, please run ZNC
15      in debug mode and include the relevant part of the output. To enable
16      debug mode, run ZNC with the `-D` flag.
17
18[The debugging page]:https://wiki.znc.in/Debugging
19
20Code changes
21============
22
23* Follow the exact same conventions and style of the file you change.
24* For deciding which branch to pull request, please see [the branches page]
25  on wiki.znc.in.
26
27[The branches page]:https://wiki.znc.in/Branches
28