From 2c77f2df98adf9cac501b0ce7154ecfb0a1b32d9 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 11 Aug 2015 22:56:16 +0200 Subject: [PATCH] Update contrib file. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ccf8592..146b1cfe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ In case you read this because you are posting an issue, please take a minute and If you think you can contribute code to the PlexPy repository, do not hesitate to submit a pull request. ### Branches -All pull requests should be based on the `develop` branch, to minimize cross merges. When you want to develop a new feature, clone the repository with `git clone origin/develop -b FEATURE_NAME`. Use meaningful commit messages. +All pull requests should be based on the `dev` branch, to minimize cross merges. When you want to develop a new feature, clone the repository with `git clone origin/dev -b FEATURE_NAME`. Use meaningful commit messages. ### Python Code