Skip to content

Commit d714bad

Browse files
authored
explicitly call out 'dev' branch
Clearly call out that new work should branch off of 'dev' branch.
1 parent 320941b commit d714bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/development_submitting.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ footer: true
1111

1212
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).
1313

14-
1. From your fork, create a new branch to hold your changes
14+
1. From your fork's dev branch, create a new branch to hold your changes
1515
`git checkout -b some-feature`
1616
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).
1717
3. [Test your changes](/developers/development_testing/) and check for style violations

0 commit comments

Comments
 (0)