Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 601 Bytes

contributing.md

File metadata and controls

9 lines (6 loc) · 601 Bytes

Contributing

Contributions to Scanpy are highly welcome. Please contact us via GitHub.

Guidelines

  • Respect the coding style defined here (can be loaded into Emacs, PyCharm, etc.) and try to stick to 80-character lines.
  • Use the numpydoc style for writing docstrings. Either take a look at any Scanpy or Numpy function or here.
  • Write tests for your functions! See here for examples.