# HG changeset patch
# User Cédric Krier <ced@b2ck.com>
# Date 1738447408 -3600
#      Sat Feb 01 23:03:28 2025 +0100
# Node ID 0a6ea82ca0afb1213d18516de2dc8d418bbd248a
# Parent  a280a6b06cc2ba80a25f43670e00a4dbd417e94d
Explicitly request full name for mercurial username

diff --git a/templates/develop.html.jinja b/templates/develop.html.jinja
--- a/templates/develop.html.jinja
+++ b/templates/develop.html.jinja
@@ -116,7 +116,7 @@
         <li>The contributor email must be a valid email address.</li>
         <li>The domain of the contributor email must not contain tryton.</li>
         <li>The <span class="text-monospace">username</span> of a mercurial changeset must be in the form:
-            <pre>Name &lt;email&gt;</pre>
+            <pre>Full Name &lt;email&gt;</pre>
         </li>
     </ul>
     <h3>Nice to have, but not required</h3>