Skip to content

Commit

Permalink
Add some text about Git usage
Browse files Browse the repository at this point in the history
There needs to be more, but this is a start.
  • Loading branch information
Stephan Brandauer committed Jan 31, 2015
1 parent 9bb8f28 commit def6788
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ If you taking the time to mention a problem, even a seemingly minor one, it is
greatly appreciated, and a totally valid contribution to this project. Thank
you!

## Git

Please do **not** push to the `master` branch. Rather than that, clone the
encore repository in your own github account, push there and send a pull
request. This allows for code to be reviewed before it gets into `master`. Also,
when implementing a large feature, please do use a feature branch.

## Guidelines (taken from [here](http://www.booleanknot.com/blog/2013/09/07/pull-requests.html))

### Stay on target
Expand Down

0 comments on commit def6788

Please sign in to comment.