blob: a454b7ac1609f6dc6ca4ac78b7c146298e0ba0e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Thank you for your contribution
You are welcome to open PR, but they are used for discussion only. All
patches must eventually go to the openvpn-devel mailing list for review:
* https://lists.sourceforge.net/lists/listinfo/openvpn-devel
Please send your patch using [git-send-email](https://git-scm.com/docs/git-send-email). For example to send your latest commit to the list:
$ git send-email --to=openvpn-devel@lists.sourceforge.net HEAD~1
For details, see these Wiki articles:
* https://community.openvpn.net/openvpn/wiki/DeveloperDocumentation
* https://community.openvpn.net/openvpn/wiki/Contributing
|