From 0b26fca30d66fe617614b3642badcccfb87a547e Mon Sep 17 00:00:00 2001 From: sarrabah Date: Mon, 27 Jan 2025 12:30:25 +0100 Subject: [PATCH] feat: Add a new link --- docs/formats.md | 2 ++ utils/formats_template.md.jinja | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/formats.md b/docs/formats.md index c55479f..f8f3a06 100644 --- a/docs/formats.md +++ b/docs/formats.md @@ -18,3 +18,5 @@ | Region | Nom de région | Vérifie les régions françaises valides pour un Code Officiel Géographique donné | | Siren | SIREN | Check french SIREN number validity, but does not check if SIREN number exists. | | Siret | SIRET | Check french SIRET number validity, but does not check if SIRET number exists. | + +[If you want to add a new French Format, click here!](../CONTRIBUTING.md#implementing-a-new-french-format) \ No newline at end of file diff --git a/utils/formats_template.md.jinja b/utils/formats_template.md.jinja index fd0466d..7a260d6 100644 --- a/utils/formats_template.md.jinja +++ b/utils/formats_template.md.jinja @@ -5,3 +5,5 @@ {% for validator in validators %} | {{ (validator.class_name) }} | {{ (validator.name) }} | {{ (validator.description) }} | {% endfor %} + +[If you want to add a new French Format, click here!](../CONTRIBUTING.md#implementing-a-new-french-format)