Skip to content

Commit

Permalink
updated contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-bay committed Nov 22, 2019
1 parent 9701cdf commit faef00f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

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.
We follow a gitflow - like [this](http://www.dalescott.net/using-gitflow-with-githubs-fork-pull-model/).
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 issuing a pull request, please [squash your commits](https://github.com/LLNL/merlin/wiki/Squash-commits) down to one concise commit message.
Before merging a pull request, please [squash your commits](https://github.com/LLNL/merlin/wiki/Squash-commits) down to a single concise commit message.

### More...
Complete developer documentation is [here](https://merlin.readthedocs.io/en/latest/merlin_developer.html).

0 comments on commit faef00f

Please sign in to comment.