From: Samuli Seppänen <sam...@openvpn.net> Signed-off-by: Samuli Seppänen <sam...@openvpn.net> --- CONTRIBUTING.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.rst
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..6ee5908 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,26 @@ +Contributing to tap-windows6 +============================ + +To contribute to tap-windows6 please send your patches to openvpn-devel mailing +list: + +- https://lists.sourceforge.net/lists/listinfo/openvpn-devel + +The subject line should look like this: + + [PATCH: tap-windows6] 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: tap-windows6' + +Patches that do not modify the actual driver code can be sent as GitHub pull +requests. Try to split large patches into small, atomic pieces to make reviews +and merging 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