Skip to content

Commit 1683d1d

Browse files
Emphasize sequentiality of instructions
1 parent a7305d9 commit 1683d1d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

activity.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
# GitHub Workflow Activity
22

3-
## 1. Form teams
3+
## Form teams
44

55
Form a of 2 or 3 person team. It's better to work with someone who is using the same operating system as you.
66

77
Each team member will sometimes be a maintainer and sometimes a contributor. Rotate roles as necessary to ensure everyone in your team gets a chance to experience each role.
88

99

10-
## 2. Overview
10+
## Overview
1111

1212
In this activity your team will play out several scenarios following steps
1313
described in _Workflow Reference_ (at the end of this document).
1414

15+
- Complete each part in order.
16+
- Complete each step in each part in order.
1517

16-
## 3. Create an organization on GitHub
18+
## Part 1: Create an organization on GitHub
1719

1820
- Name it what you like.
1921
- Set the default permissions so that all organization members can create projects and write to any project in the organization.
2022
- Add all team members to the organization.
2123

2224

23-
## 4. Create official upstream repository in organization
25+
## Part 2: Create official upstream repository in organization
2426

2527
- Name it `ourfavorites`
2628
- Give it a default README.md file.
2729

2830

29-
## 5. Contributor-1 setup
31+
## Part 3: Contributor-1 setup
3032

3133
- Select a team member to be Contributor-1
3234
- Help Contributor-1 to follow _Setup: (1-4)_ in the _Workflow Reference_ to prepare his/her local and remote repositories.
3335

3436

35-
## 6. First contribution
37+
## Part 4: First contribution
3638

3739
- Help Contributor-1 to follow _Starting your contribution: (5-13)_ to add a
3840
new file `favorite-foods.txt` that contains a couple of Contributor-1's
@@ -45,7 +47,7 @@ described in _Workflow Reference_ (at the end of this document).
4547
Congratulations, your team has made its first contribution! Celebrate. :clap: :clap:
4648

4749

48-
## 7. Contributor-2 setup and second contribution
50+
## Part 5: Contributor-2 setup and second contribution
4951

5052
- Help Contributor-2 to follow _Setup: (1-4)_ to prepare his/her local and remote repositories.
5153
- Repeat the steps above to have contributor-2 contribute a new file
@@ -56,15 +58,15 @@ Celebrate again. :clap: :clap:
5658

5759
If you have 3 team members, repeat this scenario adding a file `favorite-animals.txt`.
5860

59-
## 8. First synchronization
61+
## Part 6: First synchronization
6062

6163
- Contributor-1's repositories are out of synch. Help Contributor-1 follow
6264
_Keep your repositories up-to-date (18-23)_ to update his/her repositories.
6365

6466
Celebrate. But keep it small. :clap: Don't worry, there will be bigger celebrations later.
6567

6668

67-
## 9. Contribute conflicting changes
69+
## Part 7: Contribute conflicting changes
6870

6971
- Have Contributor-1 and Contributor-2 independently follow the contribution
7072
workflow to add another favorite food to the end of `favorite-foods.txt`.
@@ -81,7 +83,7 @@ Celebrate. But keep it small. :clap: Don't worry, there will be bigger celebrati
8183
Celebrate enthusiastically. :clap: :clap: :clap: That was challenging.
8284

8385

84-
## 10. Multi-round contribution
86+
## Part 8: Multi-round contribution
8587

8688
- Have contributor-1 add another food, and contributor-2 another movie.
8789
- Have the maintainer ask for a modification through the pull-request
@@ -95,7 +97,7 @@ communicate about a proposed change. Also notice how the pull-request updates
9597
automatically as new changes are pushed to the same branch.
9698

9799

98-
## 11. Squash
100+
## Part 9: Squash
99101

100102
- Repeat the multi-round contribution until both contributors have made multiple
101103
commits.
@@ -110,7 +112,7 @@ automatically as new changes are pushed to the same branch.
110112
This is another moment for an enthusiastic celebration. :clap: :clap: :clap: :clap: :clap: Well done!
111113

112114

113-
## 12. Copyright and Licensing
115+
## Copyright and Licensing
114116

115117
Copyright 2016 Darci Burdge and Stoney Jackson SOME RIGHTS RESERVED
116118

0 commit comments

Comments
 (0)