From 1e7d224f35a120e8daca791bae6d748573407168 Mon Sep 17 00:00:00 2001 From: Son Date: Mon, 14 Feb 2022 18:06:41 +0100 Subject: [PATCH] mention about using pycharm to reformat html code --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31c05847..33d901d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,6 +135,8 @@ The code is also checked with `flake8`, make sure to run `flake8` before creatin poetry run flake8 ``` +Nice to have: as we haven't found a good enough HTML code formatter, please reformat any HTML code with PyCharm. + ## Test sending email [swaks](http://www.jetmore.org/john/code/swaks/) is used for sending test emails to the `email_handler`.