Skip to content

Commit

Permalink
Merge pull request #480 from Ruth-ikegah/Ruth-ikegah/issue#431
Browse files Browse the repository at this point in the history
Added a quick tip about PR's base branch
  • Loading branch information
janiceilene authored Oct 19, 2020
2 parents 847f773 + c80c3ab commit 57b2bad
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ versions:
4. In the base branch drop-down menu, select the base branch you'd like to [compare changes against](/github/committing-changes-to-your-project/comparing-commits#comparing-branches). ![Base branch drop-down menu ](/assets/images/help/pull_requests/pull-request-edit-base-branch.png)
5. Read the information about changing the base branch and click **Change base**. ![Base branch change confirmation button ](/assets/images/help/pull_requests/pull-request-base-branch-confirm.png)

{% tip %}

**Tip:** When you open a pull request, {% data variables.product.product_name %} will set the base to the commit that branch references. If the branch is updated in the future, {% data variables.product.product_name %} will not update the base branch's commit.

{% endtip %}

### Further reading

- "[Creating a pull request](/articles/creating-a-pull-request)"
Expand Down

0 comments on commit 57b2bad

Please sign in to comment.