Update CONTRIBUTING.md

This commit is contained in:
jb-alvarado 2021-07-08 21:57:05 +02:00 committed by GitHub
parent 4ef57112cf
commit 01df3e512e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,4 @@ Please use the **Feature Request** issue template and fill up everything.
#### You want to make a pull request? #### You want to make a pull request?
That is wonderful! But please use the same code style. This project tries to be PEP8 conform. That is wonderful! But please use the same code style. This project tries to be PEP8 conform.
If you add new functions, create also a [test](https://github.com/ffplayout/ffplayout_engine/tree/master/tests) for it.