From b7c755421f31a9ae3dfdae8ca391831647dbe999 Mon Sep 17 00:00:00 2001 From: devfle <52854338+devfle@users.noreply.github.com> Date: Fri, 16 Dec 2022 01:24:24 +0100 Subject: [PATCH] docs: update contribution guide in readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ee705..fd4f1ca 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,10 @@ If you have any ideas about what could be optimized, feel free to create an issu # Contribution Guide -coming soon +I appreciate any support with this project. If you have a suggestion for improvement or found a bug, please create a new issue. Please make sure that there is not already an existing issue for your request. + +- 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. + +