Skip to content

Commit

Permalink
Update README.md with contributions format
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-ruz committed Oct 25, 2024
1 parent 1d49705 commit 51e7413
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,21 +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`.

#### Contributing
### 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

Expand Down

0 comments on commit 51e7413

Please sign in to comment.