From 1079962e4c06f88a54e50d997c1b7e84303d30b4 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Sat, 15 Aug 2020 21:29:50 +0200 Subject: New upstream version 2.5~beta1 --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.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..a454b7a --- /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/DeveloperDocumentation +* https://community.openvpn.net/openvpn/wiki/Contributing -- cgit v1.2.3