]> jfr.im git - irc/evilnet/znc.git/blame - CONTRIBUTING.md
Swap sasl plain args
[irc/evilnet/znc.git] / CONTRIBUTING.md
CommitLineData
9322d0e5
MS
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.
6ef189d3
MS
7 * If you did some custom modification to ZNC, please make sure that
8 the bug isn't caused by that modification.
9322d0e5
MS
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.
2c0dfbbe
MS
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.
9322d0e5 17
10bfece3 18[The debugging page]:https://wiki.znc.in/Debugging
9322d0e5
MS
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
10bfece3 27[The branches page]:https://wiki.znc.in/Branches