Contributing Guidelines¶
Report bugs or provide suggestions¶
Don’t hesitate to open new issues with your bug reports or comments.
Open a Pull Request¶
If you have a fix for one of the current issues, please submit a Pull Request from your fork.
Install a development environment¶
See Installation Guide.
Test your code using pytest¶
See OpenSCHC tests.
Coding Guidelines¶
Following the guidelines below when contributing to the project would be appreciated
Language¶
OpenSCHC’s code is Python3.
Coding Style¶
You should loosely follow the google python style guide. However, the style should not be firstly coerced. All contributions will be appreciated.