From 87cd795a858efd304e3ab8313f523df91e6c55a1 Mon Sep 17 00:00:00 2001 From: Peter Epley Date: Thu, 26 Oct 2017 03:58:56 -0400 Subject: [PATCH] Update development_submitting.markdown (#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 --- source/developers/development_submitting.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/developers/development_submitting.markdown b/source/developers/development_submitting.markdown index 5e3fea51afa..919e20706b9 100644 --- a/source/developers/development_submitting.markdown +++ b/source/developers/development_submitting.markdown @@ -36,5 +36,12 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim 6. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your pull request. + * On GitHub, navigate to the main page of the Home Assistant repository. + * In the "Branch" menu, choose the branch that contains your commits (from your fork). + * To the right of the Branch menu, click **New pull request**. + * 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. + * Type a title and complete the provided description for your pull request. + * Click **Create pull request**. + 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/).