Skip to content

Commit 917b188

Browse files
Update content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent ac3a5a1 commit 917b188

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ versions:
2525

2626
{% data reusables.pull_requests.automatically-delete-branches %}
2727

28-
#### If the branch you want to delete is the repository's default branch, you must choose a new default branch before deleting the branch. For more information, see "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
28+
{% note %}
29+
30+
**Note:** If the branch you want to delete is the repository's default branch, you must choose a new default branch before deleting the branch. For more information, see "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
31+
32+
{% endnote %}
2933

3034
If the branch you want to delete is associated with an open pull request, you must merge or close the pull request before deleting the branch. For more information, see "[Merging a pull request](/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request)" or "[Closing a pull request](/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request)."
3135

0 commit comments

Comments
 (0)