Skip to content

Commit ceddfe1

Browse files
committed
levels
1 parent cf13fb9 commit ceddfe1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Exercise to practice collaborative forking workflow
1+
## Exercise to practice collaborative forking workflow
22

33
We will run this exercise in groups and we number the groups
44
1, 2, ..., etc.
@@ -9,11 +9,11 @@ Objectives:
99
- Learn how to update your fork with upstream changes
1010

1111

12-
#### Part A: Fork and clone
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
16+
### Part B: Modify
1717

1818
Then add a file `groupN.py` where N is your group number, e.g. `group17.py`.
1919

@@ -36,22 +36,22 @@ $ python main.py
3636
group 17 says: please replace this boring sentence with something more fun
3737
```
3838

39-
#### Part C: Push
39+
### Part C: Push your changes to the fork
4040

4141
Once you see your sentence correctly printed, commit and push to your fork. Don't worry
4242
nothing gets out to Twitter but please mind that your changes will be public on
4343
GitHub (but you can delete them later).
4444

4545

46-
#### Part D: File a pull request
46+
### Part D: File a pull request
4747

4848
Then file a pull request towards the repository where you forked from.
4949

5050
Wait until we integrate all pull requests into the central repo
5151
together on the big screen.
5252

5353

54-
#### Part E: Update your fork
54+
### Part E: Update your fork
5555

5656
We do this part **after the contributions from all groups have been integrated**.
5757

0 commit comments

Comments
 (0)