Merlin is open source software, and we welcome contribution!
We follow a gitflow - like this.
To contribute, fork your own copy.
All changes are done via pull requests from your fork into the appropriate main repository branch.
Features and additions into develop
, hot fixes into master
.
Before merging a pull request, please squash your commits down to a single concise commit message.
Complete developer documentation is here.