diff --git a/.gitlab/merge_request_templates/App update.md b/.gitlab/merge_request_templates/App update.md index 22b136df30..b217a92232 100644 --- a/.gitlab/merge_request_templates/App update.md +++ b/.gitlab/merge_request_templates/App update.md @@ -1,6 +1,8 @@ -* [ ] The app complies with the [inclusion criteria](https://f-droid.org/wiki/page/Inclusion_Policy) -* [ ] All related fdroiddata issues have been referenced in this merge request +* [ ] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy) +* [ ] All related [fdroiddata](https://gitlab.com/fdroid/fdroiddata/issues) have been referenced in this merge request +* [ ] The upstream app source code repo contains the app metadata _(summary/description/images/changelog/etc)_ in a [Fastlane](https://gitlab.com/snippets/1895688) or [Triple-T](https://gitlab.com/snippets/1901490) folder structure * [ ] Builds with `fdroid build` +* [ ] Releases are tagged ---------------------