File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ Objectives:
99- Learn how to update your fork with upstream changes
1010
1111
12- #### First part : Fork, clone, and modify
12+ #### Part A : Fork and clone
1313
1414First fork this repository on GitHub into your namespace and then clone the fork to your computer.
1515
16+ #### Part B: Modify
17+
1618Then add a file ` groupN.py ` where N is your group number, e.g. ` group17.py ` .
1719
1820This file should contain a function called ` tweet() ` which returns
@@ -34,20 +36,22 @@ $ python main.py
3436group 17 says: please replace this boring sentence with something more fun
3537```
3638
39+ #### Part C: Push
40+
3741Once you see your sentence correctly printed, commit and push to your fork. Don't worry
3842nothing gets out to Twitter but please mind that your changes will be public on
3943GitHub (but you can delete them later).
4044
4145
42- #### Second part : File a pull request
46+ #### Part D : File a pull request
4347
4448Then file a pull request towards the repository where you forked from.
4549
4650Wait until we integrate all pull requests into the central repo
4751together on the big screen.
4852
4953
50- #### Third part : Update your fork
54+ #### Part E : Update your fork
5155
5256We do this part ** after the contributions from all groups have been integrated** .
5357
You can’t perform that action at this time.
0 commit comments