From 707a75a2f34b9e813f31df34a1d565641c2030c4 Mon Sep 17 00:00:00 2001
From: mueller-ma <1203529-mueller-ma@users.noreply.gitlab.com>
Date: Mon, 11 Mar 2019 16:56:12 +0000
Subject: [PATCH] Ask user to include metadata in the app's repo

---
 .gitlab/merge_request_templates/App inclusion.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/merge_request_templates/App inclusion.md b/.gitlab/merge_request_templates/App inclusion.md
index 583c92476f..b5c83f3afb 100644
--- a/.gitlab/merge_request_templates/App inclusion.md	
+++ b/.gitlab/merge_request_templates/App inclusion.md	
@@ -1,6 +1,7 @@
 * [ ] The app complies with the [inclusion criteria](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
+* [ ] I've considered adding parts of the [metadata to the app repo](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#in-the-apps-source-repository) in order to add screenshots and have a translatable description
 * [ ] Builds with `fdroid build`
 
 ---------------------