Skip to content

Commit cf13fb9

Browse files
committed
split in more parts
1 parent 8d45d8e commit cf13fb9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff 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

1414
First fork this repository on GitHub into your namespace and then clone the fork to your computer.
1515

16+
#### Part B: Modify
17+
1618
Then add a file `groupN.py` where N is your group number, e.g. `group17.py`.
1719

1820
This file should contain a function called `tweet()` which returns
@@ -34,20 +36,22 @@ $ python main.py
3436
group 17 says: please replace this boring sentence with something more fun
3537
```
3638

39+
#### Part C: Push
40+
3741
Once you see your sentence correctly printed, commit and push to your fork. Don't worry
3842
nothing gets out to Twitter but please mind that your changes will be public on
3943
GitHub (but you can delete them later).
4044

4145

42-
#### Second part: File a pull request
46+
#### Part D: File a pull request
4347

4448
Then file a pull request towards the repository where you forked from.
4549

4650
Wait until we integrate all pull requests into the central repo
4751
together on the big screen.
4852

4953

50-
#### Third part: Update your fork
54+
#### Part E: Update your fork
5155

5256
We do this part **after the contributions from all groups have been integrated**.
5357

0 commit comments

Comments
 (0)