From 713586cff5e1094ff7737ddbb86e0df86dfbefd7 Mon Sep 17 00:00:00 2001
From: mimi89999 <michel@lebihan.pl>
Date: Mon, 24 Jul 2017 12:12:49 +0200
Subject: [PATCH] Add merge request templates

---
 .gitlab/merge_request_templates/App inclusion.md | 4 ++++
 .gitlab/merge_request_templates/App update.md    | 3 +++
 2 files changed, 7 insertions(+)
 create mode 100644 .gitlab/merge_request_templates/App inclusion.md
 create mode 100644 .gitlab/merge_request_templates/App update.md

diff --git a/.gitlab/merge_request_templates/App inclusion.md b/.gitlab/merge_request_templates/App inclusion.md
new file mode 100644
index 0000000000..6ab985302f
--- /dev/null
+++ b/.gitlab/merge_request_templates/App inclusion.md	
@@ -0,0 +1,4 @@
+* [ ] The app complies with the [inclusion citeria](https://f-droid.org/wiki/page/Inclusion_Policy)
+* [ ] The original app author has been notified (and supports the inclusion)
+* [ ] All related fdroiddata and rfp issues have been referenced in this merge request
+* [ ] Builds with `fdroid build`
diff --git a/.gitlab/merge_request_templates/App update.md b/.gitlab/merge_request_templates/App update.md
new file mode 100644
index 0000000000..013ccc5cf8
--- /dev/null
+++ b/.gitlab/merge_request_templates/App update.md	
@@ -0,0 +1,3 @@
+* [ ] The app complies with the [inclusion citeria](https://f-droid.org/wiki/page/Inclusion_Policy)
+* [ ] All related fdroiddata issues have been referenced in this merge request
+* [ ] Builds with `fdroid build`