From dec716ed563c2efaf0941a0916c8afcdcfd2a021 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Wed, 28 Dec 2016 12:40:05 +0100 Subject: [PATCH] Explain branching model in readme. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ac176..484c0a1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,14 @@ pages](http://bovender.github.io/LinkTitles). This extension is [semantically versioned](http://semver.org). -If you wish to contribute, please issue pull requests against the `develop` branch. + +Contributing +------------ + +If you wish to contribute, please issue pull requests against the `develop` +branch, as I follow Vincent Driessen's advice on [A successful Git branching +model](http://nvie.com/git-model) (knowing that there are [alternative +workflows](http://scottchacon.com/2011/08/31/github-flow.html)). Contributors