From 52992189b3ef0a6fc0ad4418fb8e3c89b666d05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Fri, 3 Jul 2026 16:52:46 +0200 Subject: [PATCH] Clarify that ASCII art headers must only use uppercase characters --- guides/contributing-a-new-web-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/contributing-a-new-web-provider.md b/guides/contributing-a-new-web-provider.md index a768e7c7..fac59628 100644 --- a/guides/contributing-a-new-web-provider.md +++ b/guides/contributing-a-new-web-provider.md @@ -553,7 +553,7 @@ To make providers easier to locate in the XML file, an ASCII art header containi The ASCII art header can be easily generated using the online [TextFancy.com](https://textfancy.com/text-art/) tool and by choosing the `Small Negative` font. > [!WARNING] -> When using the TextFancy generator, **make sure to always add a space after the provider name** to ensure it renders correctly. +> When using the TextFancy generator, **make sure to exclusively use uppercase characters and always add a space after the provider name** to ensure it renders correctly. > [!NOTE] > Once pasted in the XML file, **make sure the ASCII art header is correctly centered** relative to the other headers already present in the file.