From 272efb089959a8384e1969a2ac5f19b108d589ff Mon Sep 17 00:00:00 2001 From: Michael Neuman Date: Mon, 16 Jan 2023 02:50:34 +0000 Subject: [PATCH] Update contribution documentation after changes to template filenames --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 226667d925..8b210a23d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,19 +126,19 @@ fdroid import --url https://github.com/foo/bar --subdir app Alternatively, start the metadata file from scratch, see [the templates](https://gitlab.com/fdroid/fdroiddata/tree/master/templates): ```shell -cp templates/app-full metadata/app.id.yml +cp templates/general.yml metadata/app.id.yml ``` Or by download: ```shell -wget -O metadata/app.id.yml https://gitlab.com/fdroid/fdroiddata/raw/master/templates/app-full +wget -O metadata/app.id.yml https://gitlab.com/fdroid/fdroiddata/raw/master/templates/general.yml ``` Now that the file is created, you need to fill up all the app information and add a working build recipe. You can use the [metadata section](https://f-droid.org/docs/Build_Metadata_Reference) -in the documentation for reference, or the full template at `templates/app-full` for +in the documentation for reference, or the full template at `templates/general.yml` for some suggestions. Once you're done, see if `fdroid readmeta` runs without any errors. If it