File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ A branch is a divergent path in the history of the code base. It may contain an
295
295
296
296
297
297
{% capture slide %}
298
- ### Contributing with Pull Requests
298
+ ### Contributing with Forks & Pull Requests
299
299
{% endcapture %}{% include slide-section %}
300
300
301
301
{% capture slide %}
@@ -304,8 +304,10 @@ A branch is a divergent path in the history of the code base. It may contain an
304
304
305
305
{% capture lab %}
306
306
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
309
311
{% endcapture %}{% include lab %}
310
312
311
313
#### Resources
You can’t perform that action at this time.
0 commit comments