From 1cce228eb5bf000ee6f1ab62cd04eb0e27fe5bb6 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 9 Jan 2026 17:32:13 +0100 Subject: [PATCH] Add basic contribution note Encourages simple and focused contributions from new contributors. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..987ba8f6 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## Contributions + +Small improvements, documentation fixes, and examples are welcome. +Please keep changes simple and focused.