From e2eeb70ef7a96373dab5ae75e6db7b72adcaf35d Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 24 Mar 2021 22:47:26 +0100 Subject: [PATCH] docs: Update CONTRIBUTION guidelines Quickly improve the contribution guidelines to be more inline with what we do. This file has been forgotten since it was added as part of adding the contributor agreement. Signed-off-by: David Sommerseth --- CONTRIBUTING.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 48213fd5..8fda19b8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,7 +1,13 @@ Contributing to OpenVPN 3 ========================= -Patches can be sent as GitHub pull requests. +Patches can be sent as GitHub pull requests for initial reviews and +discussion. Final patches from the community which modifies code must be +sent to the openvpn-devel@lists.sourceforge.net mailing list before being +accepted. Documentation and support scripts not being criticial to the +running code integrity may be handled differently on a case-by-case evaluation. + +Patches sent to the mailing list must be prefixed with :code:`[PATCH OpenVPN3]`. Note that by contributing to the OpenVPN 3 project you accept the Contributor License Agreement described in `CLA.rst `_.