From 5900d6c01b6b856486d95f98bbc902b43e781c48 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Fri, 24 Aug 2018 17:03:28 +0000 Subject: [PATCH] Describe what to do after an app is added. - fixes https://gitlab.com/fdroid/fdroiddata/issues/1323 --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cfc1f6a4a..82398dc91c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,3 +90,29 @@ to appear in our repository. * If you haven't tested your build, say so in the merge request. * Check for CI errors once you have opened your Merge Request + + +### After You Added Your App + +- Once your app metadata is merged, it can take a day or more for the + build system to build the app. +- If you have enabled auto-updates, F-Droid will build new versions from tags + automatically. + + ``` + Auto Update Mode:Version v%v + Update Check Mode:Tags + ``` +- You may like to add [localization and screenshots], so users can have a glance + at the app in pictures and in their preferred language. +- You can advertise the download of your app in this app store using the + [official grafic][get-it-on-fdroid]. + + + ``` + + ``` + + +[localization and screenshots]: https://fdroid.gitlab.io/fdroid-website/docs/All_About_Descriptions_Graphics_and_Screenshots/ +[get-it-on-fdroid]: https://f-droid.org/badge/get-it-on.png