v2: @mattock has changed links and provided an example of "git send-email" --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a8653d8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,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/Contributing +* https://community.openvpn.net/openvpn/wiki/DeveloperDocumentation -- 2.5.5 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel