summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-04-04 20:06:23 +0200
committermathieui <mathieui@mathieui.net>2020-04-04 20:06:23 +0200
commit47ed67c04e03a565619bc18383bc1eab79094fca (patch)
tree6dcfb9481750d8f55edc3584f2a0e64f1761f625
parent9126bd83921a3c2857f6f99ecc12e70bc755393c (diff)
parent34567f450af1074777c53cc18b4060624c8d9e36 (diff)
downloadslixmpp-47ed67c04e03a565619bc18383bc1eab79094fca.tar.gz
slixmpp-47ed67c04e03a565619bc18383bc1eab79094fca.tar.bz2
slixmpp-47ed67c04e03a565619bc18383bc1eab79094fca.tar.xz
slixmpp-47ed67c04e03a565619bc18383bc1eab79094fca.zip
Merge branch 'add-github-pr-template' into 'master'
Add a github pull request template See merge request poezio/slixmpp!41
-rw-r--r--.github/pull_request_template.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..50ea54cb
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,13 @@
+################ Please use Gitlab instead of Github ###################################
+
+Hello, thank you for contributing to slixmpp!
+
+You’re about to open a pull request on github. However this github repository is not the official place for contributions on slixmpp.
+
+Please open your merge request on https://lab.louiz.org/poezio/slixmpp/
+
+You should be able to log in there with your github credentials, clone the slixmpp repository in your namespace, push your existing pull request into a new branch, and then open a merge request with one click, within 3 minutes.
+
+This will help us review your contribution, avoid spreading things everywhere and it will even run the tests automatically with your changes.
+
+Thank you.