Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md / fix info and warning boxes #2816

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ It is used to prevent apps to be added to the wishlist.

## How to add your app to the application catalog

> **Note**
> [!NOTE]
> The YunoHost project will **NOT** integrate in its catalog applications that are not
> based on free-software upstreams.

> **Note**
> [!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.
Expand Down Expand Up @@ -77,7 +77,7 @@ state = "working"
url = "https://github.com/YunoHost-Apps/your_app_ynh"
```

> **Warning**
> [!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**.
Expand Down