Getting started and how to contribute

There are multiple ways to contribute to BioNumPy, such as writing documentation, making examples or developing on the code base. For all contributions, follow these steps:

  1. Set up your development environment

  2. If you do not have push-access to the BioNumPy repository you will need to have a fork of the repository on Github. Push changes to your fork and make a pull-request on Github when you are done. If you have push-access to the BioNumPy repository, you can push development-branches and make pull-requests from these.

  3. Before making your Pull-request, check that everything is working by running all tests.

  4. Follow one of these guides depending on what you want to do: