From 1c52b40bddbc0a59523ead9a27ba797ddf0e962b Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sun, 15 Jul 2018 13:46:27 +0200
Subject: [PATCH] add github messages

---
 .github/CONTRIBUTING.md          | 10 ++++++++++
 .github/ISSUE_TEMPLATE.md        |  3 +++
 .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 .github/CONTRIBUTING.md
 create mode 100644 .github/ISSUE_TEMPLATE.md
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 00000000..dc6d8b49
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,10 @@
+This project is now tracked on our hosted gitlab server at:
+https://git.duniter.org/nodes/rust/duniter-rs
+
+The current github repository is a simple clone taken up to date at each push on the main gitlab repository.
+
+All contributions should be performed on the main gitlab repository.
+
+Pull requests proposed on github would generate more work for the main contributors.
+
+Issues must be submitted on gitlab : https://git.duniter.org/nodes/rust/duniter-rs/issues
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..44f638aa
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,3 @@
+Please note that all issues must be opened at https://git.duniter.org/nodes/rust/duniter-rs/issues/new?issue
+
+Thank you for your understanding.
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..671d6ab1
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
+This project is now tracked on our hosted gitlab server at:
+https://git.duniter.org/nodes/rust/duniter-rs
+
+The current github repository is a simple clone taken up to date at each push on the main gitlab repository.
+
+All contributions should be performed on the main gitlab repository.
+
+Pull requests proposed on github would generate more work for the main contributors, therefore we would really appreciate if you can create instead merge requests on our hosted gitlab instance.
+
+Thank you for your understanding.
\ No newline at end of file
-- 
GitLab