]> jfr.im git - irc/znc/coverity.git/blob - CONTRIBUTING.md
Update translations from Crowdin for bg_BG de_DE el_GR es_ES fr_FR id_ID it_IT nl_NL...
[irc/znc/coverity.git] / CONTRIBUTING.md
1 Reporting 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
20 Code 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