From d714badf5afd06231f47dea85cde489c1136589d Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 4 Oct 2016 11:18:51 -0700 Subject: [PATCH] explicitly call out 'dev' branch Clearly call out that new work should branch off of 'dev' branch. --- source/developers/development_submitting.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development_submitting.markdown b/source/developers/development_submitting.markdown index 8843ef45fb4..0801af11c56 100644 --- a/source/developers/development_submitting.markdown +++ b/source/developers/development_submitting.markdown @@ -11,7 +11,7 @@ footer: true Improvements, fixes, and new features to Home Assistant should be submitted one feature at a time using GitHub [Pull Requests](https://help.github.com/articles/using-pull-requests). - 1. From your fork, create a new branch to hold your changes + 1. From your fork's dev branch, create a new branch to hold your changes `git checkout -b some-feature` 2. Make the changes you want, create a [new platform](/developers/add_new_platform/), develop a [new component](/developers/creating_components/), or fix [issues](https://github.com/home-assistant/home-assistant/issues). 3. [Test your changes](/developers/development_testing/) and check for style violations