Site updated at 2018-01-25 17:33:45 UTC

This commit is contained in:
Travis CI 2018-01-25 17:33:45 +00:00
parent 2a429df2b2
commit 94552b64db
144 changed files with 304 additions and 301 deletions

View file

@ -107,7 +107,7 @@
<li>On GitHub, navigate to the main page of the Home Assistant repository.</li>
<li>In the “Branch” menu, choose the branch that contains your commits (from your fork).</li>
<li>To the right of the Branch menu, click <strong>New pull request</strong>.</li>
<li>Use the base branch dropdown menu to select the branch youd 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 (<code class="highlighter-rouge">dev</code>) else you will propose ALL committs between branches.</li>
<li>Use the base branch dropdown menu to select the branch youd 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 (<code class="highlighter-rouge">dev</code>) else you will propose ALL commits between branches.</li>
<li>Type a title and complete the provided description for your pull request.</li>
<li>Click <strong>Create pull request</strong>.</li>
</ul>