Skip to content

Commit

Permalink
feat: Add a new link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrabah committed Jan 27, 2025
1 parent e59b8d3 commit 0b26fca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions utils/formats_template.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0b26fca

Please sign in to comment.