1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Contributing to InSilicoSeq
Thank you for your interest in our software :heart: :tada:
## 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](CODE_OF_CONDUCT.md)
## 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](https://github.com/HadrienG/InSilicoSeq/issues) or fork
the repository and
[open a pull request](https://github.com/HadrienG/InSilicoSeq/pulls)
## Coding guidelines
* Please adhere to [PEP8](https://www.python.org/dev/peps/pep-0008/)
* The docstrings should follow the
[Google style guide](http://www.sphinx-doc.org/en/stable/ext/napoleon.html)
* 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.
|