The project follows the "git flow" branching model (presented here: http://nvie.com/posts/a-successful-git-branching-model/) therefore, contributions can be devided into to categories: new functionality and hotfixes.
Create a branch called feature/${feature_name} and create a merge request on completing the feature.
Create a branch called hotfix/${hotfix_name} and create a merge request on completing the feature.