Consistently use Yaml in CONTRIBUTING.md
This commit is contained in:
parent
ff14d56257
commit
cecdc2b81c
|
@ -46,7 +46,7 @@ Alternatively, start the metadata file from scratch, see [the templates](https:/
|
||||||
|
|
||||||
Or by download:
|
Or by download:
|
||||||
|
|
||||||
wget -O metadata/app.id.txt https://gitlab.com/fdroid/fdroiddata/raw/master/templates/app-minimal
|
wget -O metadata/app.id.yml https://gitlab.com/fdroid/fdroiddata/raw/master/templates/app-full
|
||||||
|
|
||||||
Now that the file is created, you need to fill up all the app information and
|
Now that the file is created, you need to fill up all the app information and
|
||||||
add a working build recipe.
|
add a working build recipe.
|
||||||
|
@ -104,8 +104,8 @@ to appear in our repository.
|
||||||
automatically.
|
automatically.
|
||||||
|
|
||||||
```
|
```
|
||||||
Auto Update Mode:Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
Update Check Mode:Tags
|
UpdateCheckMode: Tags
|
||||||
```
|
```
|
||||||
- You may like to add [localization and screenshots], so users can have a glance
|
- You may like to add [localization and screenshots], so users can have a glance
|
||||||
at the app in pictures and in their preferred language.
|
at the app in pictures and in their preferred language.
|
||||||
|
|
Loading…
Reference in a new issue