Site updated at 2017-10-26 08:14:18 UTC

This commit is contained in:
Travis CI 2017-10-26 08:14:18 +00:00
parent 64731a41b0
commit 9c02cd300c
27 changed files with 73 additions and 64 deletions

View file

@ -103,6 +103,14 @@
</li>
<li>
<p>Follow <a href="https://help.github.com/articles/creating-a-pull-request/">these steps</a> to create your pull request.</p>
<ul>
<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>Type a title and complete the provided description for your pull request.</li>
<li>Click <strong>Create pull request</strong>.</li>
</ul>
</li>
<li>
<p>Check for comments and suggestions on your pull request and keep an eye on the <a href="https://travis-ci.org/home-assistant/home-assistant/">CI output</a>.</p>