Skip to content

Commit 87cd795

Browse files
epleypafabaff
authored andcommitted
Update development_submitting.markdown (home-assistant#3782)
* Update development_submitting.markdown Added notes helpful for comparing and requesting a pull (ex. to avoid proposing merge of dev and master accidentally). * Update format
1 parent 455d416 commit 87cd795

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/developers/development_submitting.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim
3636

3737
6. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your pull request.
3838

39+
* On GitHub, navigate to the main page of the Home Assistant repository.
40+
* In the "Branch" menu, choose the branch that contains your commits (from your fork).
41+
* To the right of the Branch menu, click **New pull request**.
42+
* Use the base branch dropdown menu to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in. Make sure the Home Assistant branch matches with your forked branch (`dev`) else you will propose ALL committs between branches.
43+
* Type a title and complete the provided description for your pull request.
44+
* Click **Create pull request**.
45+
3946
7. Check for comments and suggestions on your pull request and keep an eye on the [CI output](https://travis-ci.org/home-assistant/home-assistant/).
4047

0 commit comments

Comments
 (0)