Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 981 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 981 Bytes

Contributing to InSilicoSeq

Thank you for your interest in our software ❤️ 🎉

Conduct

We are committed to providing a friendly, safe and welcoming environment for all. If you wish to contribute, you are expected to adhere to a code of conduct

How to contribute

This project is still at an early stage and open to suggestions of any kind. Chat with us by opening an issue or fork the repository and open a pull request

Coding guidelines

  • Please adhere to PEP8
  • The docstrings should follow the Google style guide
  • Your pull request should pass the python3 tests, and be backwards compatible with python2. New code/functionality should come with a test.
  • Ideally a pull request should solve one problem or add one functionality.