From def6788aa6c09d99c39e55e60b49ddeed60fbda2 Mon Sep 17 00:00:00 2001 From: Stephan Brandauer Date: Sat, 31 Jan 2015 13:21:54 +0100 Subject: [PATCH] Add some text about Git usage There needs to be more, but this is a start. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f12e41d4..d3ecba392 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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