1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Update README.md, Github now supports fancy "alert-box" style stuff

This commit is contained in:
Alexandre Aubin 2023-01-16 23:33:24 +01:00 committed by GitHub
parent 2cd3a80571
commit 6538deb0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,12 +20,14 @@ https://app.yunohost.org/default/.
### How to add your app to the application catalog ### How to add your app to the application catalog
N.B.: The YunoHost project will **NOT** integrate in its catalog applications that are not > **Note**
based on free-software upstreams. > The YunoHost project will **NOT** integrate in its catalog applications that are not
> based on free-software upstreams.
N.B.2: We strongly encourage you to transfer the ownership of your repository to > **Note**
the YunoHost-Apps organization on GitHub, such that the community will help you > We strongly encourage you to transfer the ownership of your repository to
with keeping your app working and up to date with packaging evolutions. > the YunoHost-Apps organization on GitHub, such that the community will help you
> with keeping your app working and up to date with packaging evolutions on the long run.
To add your application to the catalog: To add your application to the catalog:
* Fork this repository and edit the [apps.json](https://github.com/YunoHost/apps/tree/master/apps.json) file * Fork this repository and edit the [apps.json](https://github.com/YunoHost/apps/tree/master/apps.json) file
@ -52,13 +54,14 @@ App example addition:
} }
``` ```
N.B: Implicitly, the catalog publishes the `HEAD` of branch `master` > **Warning**
(this can be overwritten by adding keys `branch` and `revision`). > Implicitly, the catalog publishes the `HEAD` of branch `master`
Therefore, **be careful that any commit on the `master` branch will automatically be published**. > (this can be overwritten by adding keys `branch` and `revision`).
**We strongly encourage you to develop in separate branches**, and only > Therefore, **be careful that any commit on the `master` branch will automatically be published**.
merge changes that were carefully tested. Get in touch with the Apps group to > **We strongly encourage you to develop in separate branches**, and only
obtain an access to the developer CI where you'll be able to test your app > merge changes that were carefully tested. Get in touch with the Apps group to
easily. > obtain an access to the developer CI where you'll be able to test your app
> easily.
### Updating apps levels in the catalog ### Updating apps levels in the catalog