{% extends "docs-base.html" %} {% block title %}{{ _("Documentation") }} - {{ _("User groups") }}{% end block %} {% block body %}

{{ _("Users") }}

{{ _("All users can join the Pakfire Build Service and are separated into three groups:") }}

{{ _("Developers") }}

{{ _("Developers manage this build service and have access to all parts of it.") }} {{ _("They are responsible to keep the system running and able to push package updates to the repostories.") }}

{{ _("Guidelines for developers") }}

{{ _("Testers") }}

{{ _("Testers are like users but have the right to vote on packages, which is used to figure out the quality of the package.") }} {{ _("Everyone can become a tester after he or she has proven to know the IPFire system very well.") }} {{ _("On these people depends a very huge amount of the quality of the distribution that is made out of the feedback they give.") }}

{{ _("Guidelines for testers") }}

{{ _("Users") }}

{{ _("Everybody can join the Pakfire Build Service by registering an account.") }} {{ _("After a successful activation you are able to leave comments on packages and give feedback to the developers about its status.") }}

{% if not current_user %}

{{ _("Register") }}

{% end %} {% end %}