Verified Commit d06b40ec authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

process: slightly reword the advocacy template



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent cf0cbaf1
Pipeline #264248 passed with stage
in 5 minutes and 39 seconds
......@@ -67,11 +67,15 @@ automatically be posted to <a href="https://lists.debian.org/debian-newmaint/">d
<p>{% trans "An example advocacy message intent can be something like this:" %}
<pre>
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 support {{person}}'s request to become a {{process.applying_for|desc_status}}.
I have worked with {{person.fullname}} on X and Y
for [T time] and I consider them as having sufficient technical competence.
I have personally worked with {{person}} (key {{person.fpr}}) for X time,
and I know {{person.fullname}} can be trusted to {% spaceless %}
[More details of your interactions with the applicant here.]
I have personally worked with {{person}}
(key {{person.fpr}}) for [T time], and I know {{person.fullname}}
can be trusted to {% spaceless %}
{% if process.applying_for == "dc_ga" or process.applying_for == "dm_ga" %}
<span>have access to developer machines</span>
{% elif process.applying_for == "dm" %}
......@@ -80,6 +84,6 @@ and I know {{person.fullname}} can be trusted to {% spaceless %}
<span>be a full member of Debian</span>
{% elif process.applying_for == "dd_u" %}
<span>be a full member of Debian, and have unsupervised, unrestricted upload rights</span>
{% endif %} {% endspaceless %}, right now.
{% endif %} {% endspaceless %}, right now.
</pre>
{% endif %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment