diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..43a2ab5de --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +Merlin is open source software, and we welcome contribution! + +### Branches +* `master` -- our default branch. It's the stable branch, for users. + +* `develop` -- the branch you want to fork from, and make pull requests into. + +### Squash +Before issuing a pull request, please [squash your commits](https://github.com/LLNL/merlin/wiki/Squash-commits) down to one concise commit message. + +### More... +Complete developer documentation is [here](https://merlin.readthedocs.io/en/latest/merlin_developer.html).