2. Mamba guide to code contributions

This is just a basic guide to Mamba development. If you came here looking for a guide about how to use Mamba to develop web applications, please, refer to the Mamba development guide.

2.1. Just a few considerations

We assume you have already a GitHub account and you know how to use the git version control system. If you aren’t familiar with git, please refer to the git documentation where you can find all the documentation that you need to start working with git.

Mamba follows the workflow described in this Git Workflow Document wrote by Benjamin Sandofsky.

You should be familiarized already with Mamba concepts. In particular you should read and understand Mamba’s 12 steps workflow, Howto submit code and Mamba coding style guide.