add contributing

This commit is contained in:
jonathan 2021-07-08 18:09:43 +02:00
parent 35790b6fbe
commit 5482188096

26
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,26 @@
How to contribute to ffplayout engine
-----
#### Did you need general help?
- Search in all issues if your question was already ask.
- Please give a detailed explanation of your problem and your goal.
- Give as much information as you can, like:
1. which system you are using
2. python version
3. ffmpeg version and libs
4. your ffplayout.yml config file
5. your log files
- Ask your question in a way, that we don't need to ask for more details and background.
- Please have in mind that this is no WhatsApp, and don't.
#### Did you found a bug?
Please use the **Bug Report** issue template and fill up everything.
#### You have a feature request?
Please use the **Feature Request** issue template and fill up everything.
#### You want to make a pull request?
That is wonderful! But please use the same code style. This project tries to be PEP8 conform.