From 6f7a7b91d623b9f2d535958f161191b248ca9aa5 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Wed, 16 Nov 2022 16:38:13 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e95ea01..349b0ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,3 +5,8 @@ Thank you for investing your time in contributing to our project! Any contributi Read our [Code of Conduct](./CODE_OF_CONDUCT.md) to keep our community approachable and respectable. Please open an Discussion or Issue before doing and PR, in PR please mark the Issue that is solving, feel free to contact me on twitter @cirospaciari or on my e-mail ciro.spaciari@gmail.com + +Code Rules +> Use `black`as formatter in default configurations. +> Try follow https://peps.python.org/pep-0008/ code rules. +> This will be updated soon when the first refactor happens 🚀 ✨