Merge pull request #1338 from Tagadda/antifeatures

This commit is contained in:
tituspijean
2022-08-05 17:46:06 +02:00
committed by GitHub
4 changed files with 46 additions and 0 deletions

View File

@ -52,6 +52,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
{{ disclaimer }}
{% endif -%}
{% if antifeatures -%}
## :red_circle: Antifeatures
{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor -%}
{% endif -%}
## Documentation and resources
{% if upstream.website -%}* Official app website: <{{ upstream.website }}>