Contributing to Echopype#
We welcome your contributions, large or small!
Contributions are NOT limited to code – bug/warning reports, new feature requests, or usage questions are all very helpful for improving the software.
Bug reports, feature requests, questions#
Please ask report bugs or request new features via GitHub Issues. If you’re new to GitHub, checking out these tips for creating issues on GitHub.
Contribute to code and documentation#
We use the fork-branch-pull request (PR) workflow to add new code into Echopype. If you are new to this workflow, check out this tutorial.
Tip
See Development roadmap for ideas of what functions to add
See How to add a new function for development tips and considerations
See Development setup for details of setting up a development environment, testing, building documentation, etc