Skip to content

Commit 99c0898

Browse files
authored
Update 3-manage-issues-github.md
1 parent fbc98b2 commit 99c0898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/github/search-organize-repository-history-github/includes/3-manage-issues-github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Creating a branch directly from an issue helps keep your work organized and conn
1010

1111
1. Open the issue you'd like to work on.
1212
2. Click **"Create branch"** from the right sidebar (if available), or create a branch locally and push it.
13-
3. Give the branch a descriptive name (e.g., `fix/sidebar-bug`), and start your work.
13+
3. Give the branch a descriptive name (e.g., fix/sidebar-bug), ensure you switch to the branch, and begin your work.
1414

15-
> **Tip**
15+
> [!TIP]
1616
> Linking a branch to an issue helps GitHub associate future pull requests with the issue.
1717
1818
### Assign issues to a team member

0 commit comments

Comments
 (0)