Add Anti-Features in READMEs

This commit is contained in:
Tagadda
2022-02-23 07:18:05 +00:00
parent 6b97ef7a19
commit 499db257a1
4 changed files with 29 additions and 0 deletions

View File

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