{% extends "base.html" %} {% block title %} {{ _("Suggest an app") }} {% endblock %} {% block main %}

{{ _("Suggest an application to be added to YunoHost's catalog") }}

{% if successmsg %} {% else %} {% if not user %} {% endif %} {% if errormsg %} {% endif %}
{{ _("Please be concise and focus on what the app does.") }} {{ _("No need to repeat '[App] is ...'. No need to state that it is free/open-source or self-hosted (otherwise it wouldn't be packaged for YunoHost). Avoid marketing stuff like 'the most', or vague properties like 'easy', 'simple', 'lightweight'.") }} {{ _("Please *do not* just copy-paste the code repository URL. If the project has no proper website, then leave the field empty.") }}
{% endif %}
{% endblock %}