Contributing
March 25, 2024 ยท View on GitHub
Contributions to Scanpy are highly welcome!
Before filing an issue
- Search the repository (also google) to see if someone has already reported the same issue. This allows contributors to spend less time responding to issues, and more time adding new features!
- Please provide a minimal complete verifiable example for any bug. If you're not sure what this means, check out this blog post by Matthew Rocklin or this definition from StackOverflow.
- Let us know about your environment. Environment information is available via:
sc.logging.print_versions().
Contributing code
We love code contributions! If you're interested in contributing code, please take a look over the contribution guide in the main documentation.