Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 778 Bytes

Contributing

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 not thisConvention, 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!