Contributions are very welcome. Feel free to open a PR with the changes you propose. Just few guidelines.
- Please make PRs into the develop branch. This branch will periodically be merged into the main branch when it is deemed sufficiently stable.
- We aim to follow PEP-8 guidelines. We try to follow
this_convention
and notthisConvention
, but we are flexible. After all A Foolish Consistency is the Hobgoblin of Little Minds. - For the docstrings we follow Google convention.
- Please don't open a PR from your master branch, since it creates a series of problems.
That's all! Thanks for contributing!