How to contribute

Guide on how to contribute to this project

First off, thanks for taking the time to contribute!

General Feedback

If you have a general feedback about our project, please do not open an issue but instead please fill in this form

Code of Conduct

Available here

Code style

We use Black.exe to format the code.

Submitting changes

Please send a Pull Request with a clear list of what you've done. Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Thanks

Thank you again for being interested in this project! You are awesome!

Last updated