From fb1a1aeb3b4ef19c2efb225f5d0e5266cd66946d Mon Sep 17 00:00:00 2001 From: Manish R Jain <manish@dgraph.io> Date: Tue, 28 Jun 2016 14:53:41 +1000 Subject: [PATCH] Update README about branching model --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 507bfe11..2b270547 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Dgraph supports [GraphQL](http://graphql.org/) as query language, and responds i --- +**We are using [Git Flow](https://github.com/nvie/gitflow) branching model. So, please send out your pull requests against `develop` branch.** + +--- + The README is divided into these sections: - [Current Status](#current-status) - [Quick Testing](#quick-testing) -- GitLab