From 637ba203eb7bad3a4b0bd864a784ffe4c510cc59 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Mon, 15 Oct 2018 17:40:08 -0500 Subject: [PATCH] note about develop branch / git flow --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66bc7f2..0b4fa79 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Contributors credited in releases. * If you use a Mac and want to develop within Xcode, run `bin/genXcodeProj` to generate `./xcode/TEST.xcodeproj`. Once opened, its build target can be switched from **ALL\_BUILD** to **test\_all**, from which a *Build & Run* will display test results in the console. +* Branches and PRs should be made from and to the `develop` branch, which gets merged to `master` for tagged releases + ## Regular and Main Contributors * 💫 `endogenic` ([Paul Shapiro](https://github.com/paulshapiro)) Lead dev, maintainer