Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 667 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 667 Bytes

Contributing

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.

Squash

Before merging a pull request, please squash your commits down to a single concise commit message.

More...

Complete developer documentation is here.