aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
AgeCommit message (Collapse)Author
2022-04-22Add git pre-commit hook script to uncrustifyHeiko Hund
The script is self installing if you call it with "install" as the first parameter. Once installed as the pre-commit hook it will check files to be committed according to the rules in uncrustify.conf and abort the commit if there's formatting issues. The script produces a patch in /tmp which can be git apply'ed to fix all issues found. The script was originally authored by David Martin [1] and slightly modified to fit our needs. At the time it had a 2-clause BSD license. [1] https://github.com/ddddavidmartin/Pre-commit-hooks Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20220421164330.2483743-1-heiko@ist.eigentlich.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24141.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
2021-11-22Update IRC information in CONTRIBUTING.rstTodd Zullinger
The developer IRC channel is now on libera.chat. Update CONTRIBUTING.rst to match the wiki. Signed-off-by: Todd Zullinger <tmz@pobox.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20211122114018.4708-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23218.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
2016-05-19Update CONTRIBUTING.rst to allow GitHub PRs for code review purposesSamuli Seppänen
Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1463647909-18383-1-git-send-email-samuli@openvpn.net> URL: http://article.gmane.org/gmane.network.openvpn.devel/11679 Signed-off-by: Gert Doering <gert@greenie.muc.de>
2015-10-10Add CONTRIBUTING.rstSamuli Seppänen
Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1444484474-6471-1-git-send-email-samuli@openvpn.net> Signed-off-by: Gert Doering <gert@greenie.muc.de>