Package: nm.debian.org Severity: normal Tags: patch As discussed on IRC. Should be self-explanatory.
Untested as I don't have a nm.d.o instance knocking around ;) -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (900, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Sean Whitton
From 371ecebc228ac73e7deda0842ef6e4b36e9bd7b1 Mon Sep 17 00:00:00 2001 From: Sean Whitton <spwhit...@spwhitton.name> Date: Fri, 21 Jul 2017 14:56:45 -0700 Subject: [PATCH] Add notice to discourage premature DM applications --- process/templates/process/create.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/process/templates/process/create.html b/process/templates/process/create.html index 19e88eb..ff547fa 100644 --- a/process/templates/process/create.html +++ b/process/templates/process/create.html @@ -22,6 +22,17 @@ Currently open processes: </ul> {% endif %} +{% if "dm" in person.possible_new_statuses or "dm_ga" in person.possible_new_statuses %} +<div class="important"> +<p><strong>About the role of Debian Maintainer:</strong> Please note +that, despite the role's name, you <strong>do not</strong> need to be +a Debian Maintainer in order to maintain packages in Debian. Indeed, +you should <strong>already</strong> be maintaining packages in Debian +before applying for the role. If in doubt, ask your sponsors if they +think you are ready to be a Debian Maintainer.</p> +</div> +{% endif %} + <form action="" method="post">{% csrf_token %} {% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %} {% for field in form.visible_fields %} -- 2.11.0
signature.asc
Description: PGP signature