File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ Objectives:
9
9
- Learn how to update your fork with upstream changes
10
10
11
11
12
- #### First part : Fork, clone, and modify
12
+ #### Part A : Fork and clone
13
13
14
14
First fork this repository on GitHub into your namespace and then clone the fork to your computer.
15
15
16
+ #### Part B: Modify
17
+
16
18
Then add a file ` groupN.py ` where N is your group number, e.g. ` group17.py ` .
17
19
18
20
This file should contain a function called ` tweet() ` which returns
@@ -34,20 +36,22 @@ $ python main.py
34
36
group 17 says: please replace this boring sentence with something more fun
35
37
```
36
38
39
+ #### Part C: Push
40
+
37
41
Once you see your sentence correctly printed, commit and push to your fork. Don't worry
38
42
nothing gets out to Twitter but please mind that your changes will be public on
39
43
GitHub (but you can delete them later).
40
44
41
45
42
- #### Second part : File a pull request
46
+ #### Part D : File a pull request
43
47
44
48
Then file a pull request towards the repository where you forked from.
45
49
46
50
Wait until we integrate all pull requests into the central repo
47
51
together on the big screen.
48
52
49
53
50
- #### Third part : Update your fork
54
+ #### Part E : Update your fork
51
55
52
56
We do this part ** after the contributions from all groups have been integrated** .
53
57
You can’t perform that action at this time.
0 commit comments