mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-18 13:09:00 +02:00
Update README.md with contributions section and recommended commits format.
This commit is contained in:
parent
24367192c9
commit
3fc4ece1ba
1 changed files with 11 additions and 0 deletions
11
README.md
11
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue