From 26e2756578ffd1db71b0dec926bfe25987951781 Mon Sep 17 00:00:00 2001 From: Erik Webb Date: Tue, 19 Feb 2019 10:37:48 -0800 Subject: [PATCH] docs: update contributing instructions to develop branch (#69) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b881acdd..63a3ccfe 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ the [SDK Reference](doc/readme.md). To contribute, please: 1. Open an issue for the feature (or bug) you would like to resolve. 2. Resolve the issue and add tests in your feature branch. -3. Open a PR from your feature branch into `master` that tags the issue. +3. Open a PR from your feature branch into `develop` that tags the issue. To test: ```shell