Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added CONTRIBUTING.rst
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
  • Loading branch information
mattock committed Oct 10, 2015
1 parent c27a2d2 commit e39fefc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions 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

0 comments on commit e39fefc

Please sign in to comment.