From: Samuli Seppänen <sam...@openvpn.net> Signed-off-by: Samuli Seppänen <sam...@openvpn.net> --- CONTRIBUTING.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CONTRIBUTING.rst
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..70f4d15 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,25 @@ +CONTRIBUTING TO OPENVPN-BUILD +============================= + +The suggested way to contribute is to fork the repo and issue a pull request on +GitHub. Alternatively you can send your patch to openvpn-devel mailing list: + +- https://lists.sourceforge.net/lists/listinfo/openvpn-devel + +The subject line should look like this: + + [PATCH: openvpn-build] summary of the patch + +To avoid merging issues patches should be created with git-format-patch or sent +using git-send-email. The easiest way to add the subject line prefix is to use +this option: + + --subject-prefix='PATCH: openvpn-build' + +Please try to split large patches into small, atomic pieces to make reviews +easier. + +If you want quick feedback on a patch, you can visit the #openvpn-devel channel +on Freenode. Note that you need to be logged in to join the channel: + +- http://freenode.net/faq.shtml#nicksetup -- 2.1.4