You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: activity.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,40 @@
1
1
# GitHub Workflow Activity
2
2
3
-
## 1. Form teams
3
+
## Form teams
4
4
5
5
Form a of 2 or 3 person team. It's better to work with someone who is using the same operating system as you.
6
6
7
7
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.
8
8
9
9
10
-
## 2. Overview
10
+
## Overview
11
11
12
12
In this activity your team will play out several scenarios following steps
13
13
described in _Workflow Reference_ (at the end of this document).
14
14
15
+
- Complete each part in order.
16
+
- Complete each step in each part in order.
15
17
16
-
## 3. Create an organization on GitHub
18
+
## Part 1: Create an organization on GitHub
17
19
18
20
- Name it what you like.
19
21
- Set the default permissions so that all organization members can create projects and write to any project in the organization.
20
22
- Add all team members to the organization.
21
23
22
24
23
-
## 4. Create official upstream repository in organization
25
+
## Part 2: Create official upstream repository in organization
24
26
25
27
- Name it `ourfavorites`
26
28
- Give it a default README.md file.
27
29
28
30
29
-
## 5. Contributor-1 setup
31
+
## Part 3: Contributor-1 setup
30
32
31
33
- Select a team member to be Contributor-1
32
34
- Help Contributor-1 to follow _Setup: (1-4)_ in the _Workflow Reference_ to prepare his/her local and remote repositories.
33
35
34
36
35
-
## 6. First contribution
37
+
## Part 4: First contribution
36
38
37
39
- Help Contributor-1 to follow _Starting your contribution: (5-13)_ to add a
38
40
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).
45
47
Congratulations, your team has made its first contribution! Celebrate. :clap::clap:
46
48
47
49
48
-
## 7. Contributor-2 setup and second contribution
50
+
## Part 5: Contributor-2 setup and second contribution
49
51
50
52
- Help Contributor-2 to follow _Setup: (1-4)_ to prepare his/her local and remote repositories.
51
53
- Repeat the steps above to have contributor-2 contribute a new file
0 commit comments