Skip to content

Commit 841ced4

Browse files
author
Matthew McCullough
committed
Expand GitHub Flow lab
1 parent d2be422 commit 841ced4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

foundations/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,16 @@ Just as with the Git technology operating on GitHub, local repositories also use
272272
{% capture slide %}![What is a branch](../assets/diagrams/what-is-a-branch.svg){% endcapture %}{% include slide-section %}
273273

274274
{% capture lab %}
275-
1. Create a branch and make commits to it
276-
2. Notice the notification bar on the repository home page
277-
3. Open a *Compare and Pull Request*
278-
4. Facilitate team or colleague code review
275+
1. Using the GitHub web UI, create a branch with an articulate feature name
276+
2. Make two distinct commits to the branch, each contributing part of the feature's changes
277+
3. Return to the homepage of the repository by clicking the repository's name
278+
4. Notice the suggestion message asking if you'd like to "compare and pull request"
279+
5. Click on *Compare and Pull Request*
280+
6. Describe the reasoning behind the changes on this branch via the pull request
281+
7. @mention a team or colleague, asking for a code review
282+
8. Address the points raised by the reviewers through an additional commit to the branch
283+
9. Ask for a final review and :+1: from a colleague
284+
10. Merge the pull request
279285
{% endcapture %}{% include lab %}
280286

281287
### Details

0 commit comments

Comments
 (0)