From 3fc4ece1ba42bf69b4f8ab6f5683decada0502b2 Mon Sep 17 00:00:00 2001 From: Carlos Ruz Date: Thu, 24 Oct 2024 19:27:00 -0600 Subject: [PATCH] Update README.md with contributions section and recommended commits format. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5ad3a1861..c0ed65a03 100644 --- a/README.md +++ b/README.md @@ -163,12 +163,23 @@ pip3 install -r requirements.txt Note: You might need to also specify the `--user` command line flag depending on your environment. +### Contributing + #### Minimum supported Python version The minimum supported version of Python for this repository is currently `3.8.x` (14 Oct 2019). Python plugins users must ensure to have a version `>= 3.8`. Python plugins developers must ensure their plugin to work with all Python versions `>= 3.8`. +#### Recommended commits format + +Whenever submitting code contributions for this repository, we should try to stick to the format 'lightning' uses, something like: + +``` +plugin name: One subject line + (empty line) +more detailed description (if any) +``` ## More Plugins from the Community