Files
znc/CONTRIBUTING.md
Mikaela Suomalainen 6ef189d397 CONTRIBUTING.md: ask for unmodified ZNC
Specify unmodified ZNC in case the issue is caused by modified ZNC (such
as
the SSL certificate validation check removal or firre webadmin theme
(see znc/znc#384 where after fixing patches have reintroduced it)).

<s>Thanks to @kerio92 & @Zarthus for wording suggestions.</s>
DarthGandalf reworded it.

[CI SKIP]
2015-08-30 15:49:01 +03:00

25 lines
779 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
[The debugging page]:http://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]:http://wiki.znc.in/Branches