Skip to content

Commit d6eaec3

Browse files
author
Matthew McCullough
committed
Flesh out Contributing with Forks & Pull Requests lab
1 parent 841ced4 commit d6eaec3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

foundations/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ A branch is a divergent path in the history of the code base. It may contain an
295295

296296

297297
{% capture slide %}
298-
### Contributing with Pull Requests
298+
### Contributing with Forks & Pull Requests
299299
{% endcapture %}{% include slide-section %}
300300

301301
{% capture slide %}
@@ -304,8 +304,10 @@ A branch is a divergent path in the history of the code base. It may contain an
304304

305305
{% capture lab %}
306306
1. Create a Fork of a repository needing contributions
307-
2. Follow the contribution pattern of the GitHub Flow
308-
3. Submit a Pull Request and iterate with progressive commits
307+
2. Follow the contribution pattern of the GitHub Flow, with the branch creation and commits happening on your fork of the repository
308+
3. Observe the Network and Members graph that offer visualizations of your commits and fork
309+
4. Merge the pull request
310+
5. Observe your contributions in the original repository, having preserved your username as the author of the code
309311
{% endcapture %}{% include lab %}
310312

311313
#### Resources

0 commit comments

Comments
 (0)