From 6538deb0bafe1078b8e2f08fa79c9ff9c828ab5a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 16 Jan 2023 23:33:24 +0100 Subject: [PATCH] Update README.md, Github now supports fancy "alert-box" style stuff --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dbbf1353..088db31f 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ https://app.yunohost.org/default/. ### How to add your app to the application catalog -N.B.: The YunoHost project will **NOT** integrate in its catalog applications that are not -based on free-software upstreams. +> **Note** +> 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 -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. +> **Note** +> We strongly encourage you to transfer the ownership of your repository to +> 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: * 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` -(this can be overwritten by adding keys `branch` and `revision`). -Therefore, **be careful that any commit on the `master` branch will automatically be published**. -**We strongly encourage you to develop in separate branches**, and only -merge changes that were carefully tested. Get in touch with the Apps group to -obtain an access to the developer CI where you'll be able to test your app -easily. +> **Warning** +> Implicitly, the catalog publishes the `HEAD` of branch `master` +> (this can be overwritten by adding keys `branch` and `revision`). +> Therefore, **be careful that any commit on the `master` branch will automatically be published**. +> **We strongly encourage you to develop in separate branches**, and only +> merge changes that were carefully tested. Get in touch with the Apps group to +> obtain an access to the developer CI where you'll be able to test your app +> easily. ### Updating apps levels in the catalog