diff --git a/.gitlab/merge_request_templates/App inclusion.md b/.gitlab/merge_request_templates/App inclusion.md index 823db29705..81cb20cfe9 100644 --- a/.gitlab/merge_request_templates/App inclusion.md +++ b/.gitlab/merge_request_templates/App inclusion.md @@ -1,10 +1,21 @@ - + +## Required + * [ ] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy) -* [ ] The original app author has been notified (and does not oppose the inclusion) +* [ ] The original app author has been notified (and does not oppose the inclusion) * [ ] All related [fdroiddata](https://gitlab.com/fdroid/fdroiddata/issues) and [RFP issues](https://gitlab.com/fdroid/rfp/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 + +## Strongly Recommended + +* [ ] 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 +* [ ] Releases are tagged + +## Suggested + +* [ ] External repos are added as git submodules instead of srclibs +* [ ] Enable [Reproducible Builds](https://f-droid.org/docs/Reproducible_Builds) +* [ ] Multiple apks for native code --------------------- diff --git a/.gitlab/merge_request_templates/App update.md b/.gitlab/merge_request_templates/App update.md index 7d1f3d2a04..19aa84e32d 100644 --- a/.gitlab/merge_request_templates/App update.md +++ b/.gitlab/merge_request_templates/App update.md @@ -1,9 +1,19 @@ - + +## Required + * [ ] 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 +* [ ] All related [fdroiddata](https://gitlab.com/fdroid/fdroiddata/issues) and [RFP issues](https://gitlab.com/fdroid/rfp/issues) have been referenced in this merge request * [ ] Builds with `fdroid build` -* [ ] Releases are tagged + +## Strongly Recommended + +* [ ] 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 +* [ ] Releases are tagged + +## Suggested + +* [ ] External repos are added as git submodules instead of srclibs +* [ ] Multiple apks for native code ---------------------