Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Add readme section on Git strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Feb 15, 2018
1 parent 3fd3ba5 commit 4525e42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ You may also run tests checking their coverage:
$ make cov
```

## Development

MetaGenScope uses the GitFlow branching strategy along with Pull Requests for code reviews. Check out [this post](https://devblog.dwarvesf.com/post/git-best-practices/) by the Dwarves Foundation for more information.

## Continuous Integration

The test suite is run automatically on CircleCI for each push to Github. You can skip this behavior for a commit by appending `[skip ci]` to the commit message.
Expand Down

0 comments on commit 4525e42

Please sign in to comment.