File: CONTRIBUTING.md

package info (click to toggle)
znc 1.10.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 12,164 kB
  • sloc: cpp: 58,072; javascript: 11,859; python: 1,635; perl: 1,229; tcl: 219; sh: 200; ansic: 187; makefile: 82
file content (27 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Reporting bugs
==============

* When reporting a bug:
    * Please ensure that you are on the latest version in case the bug you
      are reporting is already fixed.
    * If you did some custom modification to ZNC, please make sure that
      the bug isn't caused by that modification.
    * Please include the following information:
        * OS/distribution version
        * `/znc version`
    * If you are reporting a crash, please see [the debugging page] on
      wiki.znc.in.
    * If you are reporting an issue with connectivity, please run ZNC
      in debug mode and include the relevant part of the output. To enable
      debug mode, run ZNC with the `-D` flag.

[The debugging page]:https://wiki.znc.in/Debugging

Code changes
============

* Follow the exact same conventions and style of the file you change.
* For deciding which branch to pull request, please see [the branches page]
  on wiki.znc.in.

[The branches page]:https://wiki.znc.in/Branches