{% set title = "Become a Service Provider" %} {% set description = "How to be listed as service provider" %} {% set keywords = ["service", "company", "support" ] %} {% set toc = [ ("Contribute", 'contribute', None), ("Request Listing", 'listing', None), ("Submit Success Stories", 'success-stories', None), ("Keep up to date", 'update', None), ] %} {% extends "layout-toc.html" %} {% from "utils.html" import background %} {% block style %} {{ super() }} {{ background('banner-service-providers-start') }} {% endblock style %} {% block content %}

{{ title }}

{{ super() }} {% endblock content %} {% block main %}

You want your company to be listed as a service provider? Follow these steps:

build

Contribute

You must build a reputation for expertize within the community by contributing to the project.

Contribute
send

Request Listing

Once you think that your reputation has reached a high enough level, send an email to foundation@tryton.org to request to be listed.

Send Email
create

Submit Success Stories

To stay listed, you must provide at least one success story within 6 months.

Submit Success Stories
update

Keep up to date

You must:

  • keep your company information and existing success stories up to date,
  • stay active in the community and keep contributing,
  • submit new success stories.
{% endblock main %}