{% load nm %}

This page collects statements of advocacy for {{person}} to become {{process.applying_for|desc_status}}.

{% if process.applying_for == "dc_ga" %}

TODO: guest account

{% elif process.applying_for == "dm" %}

TODO: DM

{% elif process.applying_for == "dm_ga" %}

TODO: guest account

{% elif process.applying_for == "dd_u" or process.applying_for == "dd_nu" %}

See here for advocacy tips, and here for some more rationale.

{% endif %}

Please be verbose if you can. You may want to write the advocacy in a proper text editor and paste it in the form when you are happy with it.

{% if warn_dm_preferred %}

Warning: upload rights have been requested, and {{person.fullname}} does not seem to be a DM. The general rule is that before applying as DD, you should have been a DM for about six months. You can still advocate {{person.fullname}}, just please take a moment to elaborate on this.

{% endif %}

Note: An email with your advocacy message will be sent to the debian-newmaint public mailing list

{% if edit %}

Paste a signed advocacy message in the form below, and it will get automatically posted to debian-newmaint.

An example advocacy message intent can be something like this:

For nm.debian.org, at {{now|date:"Y-m-d"}}:
I support {{person}}'s request to become {{process.applying_for|desc_status}}.
I have worked with {{person.fullname}} on X and Y for X time and I would like to be able to Z.

I have personally worked with {{person}} (key {{person.fpr}}) for X time,
and I know {{person.fullname}} can be trusted to {% spaceless %}
  {% if process.applying_for == "dc_ga" or process.applying_for == "dm_ga" %}
    have access to developer machines
  {% elif process.applying_for == "dm" %}
    have upload rights for their own packages
  {% elif process.applying_for == "dd_nu" %}
    be a full member of Debian
  {% elif process.applying_for == "dd_u" %}
    be a full member of Debian, and have unsupervised, unrestricted upload rights
  {% endif %} {% endspaceless %}, right now.  
{% endif %}