diff --git a/docs/de/schema.core.rst b/docs/de/schema.core.rst index b8012f4..7821863 100644 --- a/docs/de/schema.core.rst +++ b/docs/de/schema.core.rst @@ -770,8 +770,9 @@ A Contact is an object with the following properties: must not be obfuscated. To improve resistance against e-mail collection, use ``\x64`` to replace ``@``, as allowed by the YAML specification. -- ``phone`` - phone number (with international prefix). This has to be - a string. +- ``phone`` - phone number. It MUST include the international dialing + prefix, following the `E.164 `_ + format (e.g., ``+3923113215112``). This has to be a string. - ``affiliation`` - This key contains an explicit affiliation information for the technical contact. In case of multiple maintainers, this can be used to create a relation between each diff --git a/docs/fr/schema.core.rst b/docs/fr/schema.core.rst index 14a3246..9bc3916 100644 --- a/docs/fr/schema.core.rst +++ b/docs/fr/schema.core.rst @@ -750,7 +750,9 @@ Un Contact est un objet comportant les propriétés suivantes : - ``name`` - **obligatoire** - Cette clé contient le nom complet d'un des contacts techniques. Ce doit être une personne physique ; NE PAS remplir cette clé avec des informations de contact génériques, relatives à des départements d'une entreprise, à une association, etc. - ``email`` - Cette clé contient l'adresse e-mail du contact technique. Il s'agit de l'adresse e-mail à laquelle le contact technique peut être directement contacté ; NE PAS remplir cette clé avec une liste de diffusion ou des points de contact génériques tels que “info@acme.inc”. L'adresse e-mail ne doit pas être masquée. Pour éviter autant que possible la collecte d'adresses e-mail, utilisez ``\x64`` to replace ``@``, tel qu'autorisé par la spécifiation YAML. -- ``phone`` - le numéro de téléphone (précédé de l'indicatif téléphonique international). Il s'agit d'une chaîne de caractères. +- ``phone`` - le numéro de téléphone. Il DOIT inclure l'indicatif téléphonique + international, en suivant le format `E.164 `_ + (ex. ``+3923113215112``). Il s'agit d'une chaîne de caractères. - ``affiliation`` - Cette clé contient une information explicite quant à l'affiliation du contact technique. Dans le cas où il y aurait plusieurs entités maintenant le logiciel, cette clé peut être utilisée pour créer une relation entre chaque contact technique et chaque entité maintenant le logiciel. Elle peut contenir, par exemple, le nom d'une entreprise, le nom d'une association, etc. Organisation diff --git a/docs/it/schema.core.rst b/docs/it/schema.core.rst index 5ec4692..d683f93 100644 --- a/docs/it/schema.core.rst +++ b/docs/it/schema.core.rst @@ -815,8 +815,9 @@ Un Contatto è un oggetto con le seguenti proprietà: deve essere offuscato. Per migliorare la resistenza contro la raccolta di indirizzi email, usare ``\x64`` per sostituire ``@``, siccome questo è permesso dalle specifiche YAML. -- ``phone`` - Numero telefonico (con prefisso internazionale). Questa chiave - deve essere una stringa. +- ``phone`` - Numero telefonico. DEVE includere il prefisso internazionale, + seguendo il formato `E.164 `_ + (es. ``+3923113215112``). Questa chiave deve essere una stringa. - ``affiliation`` - Questa chiave contiene informazioni esplicite sui contatti tecnici. Nel caso esistano diversi maintainer, questa chiave può essere usata per creare relazioni tra diversi contatti tecnici e diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index a2c36c4..2589b03 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -815,8 +815,9 @@ A Contact is an object with the following properties: must not be obfuscated. To improve resistance against e-mail collection, use ``\x64`` to replace ``@``, as allowed by the YAML specification. -- ``phone`` - phone number (with international prefix). This has to be - a string. +- ``phone`` - phone number. It MUST include the international dialing + prefix, following the `E.164 `_ + format (e.g., ``+3923113215112``). This has to be a string. - ``affiliation`` - This key contains an explicit affiliation information for the technical contact. In case of multiple maintainers, this can be used to create a relation between each