From d3eef9355f3423f8337c877c9845c47ba91b717d Mon Sep 17 00:00:00 2001 From: devfle <52854338+devfle@users.noreply.github.com> Date: Fri, 16 Dec 2022 01:26:33 +0100 Subject: [PATCH] docs: update contribution guide in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd4f1ca..639c913 100644 --- a/README.md +++ b/README.md @@ -73,5 +73,6 @@ I appreciate any support with this project. If you have a suggestion for improve - This project uses the conventional [commits specification.](https://www.conventionalcommits.org/en/v1.0.0/#specification) - Currently Python 3.11 is used. - For development, we recommend the usage of the VS-Code Python linter from Microsoft. +- Please test your changes before opening a new merge request.