Skip to content

Commit

Permalink
Added CONTRIBUTING.md file, with open source development directions.
Browse files Browse the repository at this point in the history
updated contributing, added link
  • Loading branch information
ben-bay committed Nov 22, 2019
1 parent f0042ae commit 6609b1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 6609b1a

Please sign in to comment.