aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin2017-02-06 11:55:15 +0500
committerDavid Sommerseth2017-02-06 11:26:05 +0100
commit9e849c1e00a88abed65760ac7bee3df4aed2b754 (patch)
treede7374f57d36855bd4340e0c47e6412dc68ea704 /.github
parent208c03ea145ed89083c43267733487c99a805069 (diff)
downloadopenvpn-9e849c1e00a88abed65760ac7bee3df4aed2b754.zip
openvpn-9e849c1e00a88abed65760ac7bee3df4aed2b754.tar.gz
github: Add PR template with contributor related information
Add PR template in order to simplify new developers cooperate properly if they open PR. discussed here: https://sourceforge.net/p/openvpn/mailman/message/35601310/ v2: Changed links and provided an example of "git send-email" [DS: Cleaned up commit message, changed order of URLs at commit time] Acked-by: David Sommerseth <davids@openvpn.net> Message-Id: <1486364115-9801-1-git-send-email-chipitsine@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14010.html Signed-off-by: David Sommerseth <davids@openvpn.net>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
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