mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
explicitly call out 'dev' branch
Clearly call out that new work should branch off of 'dev' branch.
This commit is contained in:
parent
320941b0b8
commit
d714badf5a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user