From 017b6438f425db98969e4d50f9e53390c289584f Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 1 Feb 2019 05:18:26 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a220718d..7938f5fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thanks you for contributing to Emby for Kodi! -* Make pull requests towards the **develop** branch; +* Make pull requests towards the **master** branch; * Keep the maximum line length shorter than 100 characters to keep things clean and readable; * Follow pep8 style as closely as possible: https://www.python.org/dev/peps/pep-0008/ * Add comments if necessary.