-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathchallenge-progression.json
More file actions
215 lines (215 loc) · 5.7 KB
/
challenge-progression.json
File metadata and controls
215 lines (215 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"levels": [
{
"name": "Explorer",
"requiredChallenges": 0,
"description": "Getting started with GitHub navigation, issues, and the Learning Room",
"chapters": [4, 5],
"challenges": [
"01-scavenger-hunt",
"02-first-issue",
"03-join-conversation"
],
"skills": [
"github-navigation",
"github-issues",
"communication"
],
"day": 1
},
{
"name": "Contributor",
"requiredChallenges": 3,
"description": "Branching, editing, pull requests, and merge conflicts",
"chapters": [6, 7],
"challenges": [
"04-branch-out",
"05-make-your-mark",
"06-first-pr",
"07-merge-conflict"
],
"skills": [
"branching",
"pull-requests",
"merge-conflicts"
],
"day": 1
},
{
"name": "Collaborator",
"requiredChallenges": 7,
"description": "Culture, organization, notifications, and merging",
"chapters": [8, 9, 10],
"challenges": [
"08-culture",
"09-merge-day"
],
"skills": [
"collaboration",
"triage",
"notifications"
],
"day": 1
},
{
"name": "Operator",
"requiredChallenges": 9,
"description": "VS Code, local Git, and pushing to GitHub",
"chapters": [14],
"challenges": [
"10-go-local",
"11-day-2-pr"
],
"skills": [
"vs-code",
"git-local",
"git-push"
],
"day": 2
},
{
"name": "Reviewer",
"requiredChallenges": 11,
"description": "Code review, Copilot, and issue templates",
"chapters": [15, 16, 17],
"challenges": [
"12-code-review",
"13-copilot",
"14-issue-template"
],
"skills": [
"code-review",
"copilot",
"issue-templates"
],
"day": 2
},
{
"name": "Agent Navigator",
"requiredChallenges": 14,
"description": "Fork workflow, accessibility agents, and capstone project",
"chapters": [18, 19, 20],
"challenges": [
"15-agents",
"16-capstone"
],
"skills": [
"fork-workflow",
"agents",
"capstone"
],
"day": 2
}
],
"badges": {
"github-navigation": {
"title": "Repository Explorer",
"description": "Completed the scavenger hunt in Chapter 04"
},
"github-issues": {
"title": "Issue Navigator",
"description": "Filed your first issue in Chapter 05"
},
"communication": {
"title": "Conversation Starter",
"description": "Joined a threaded conversation in Chapter 05"
},
"branching": {
"title": "Branch Builder",
"description": "Created your first branch in Chapter 06"
},
"pull-requests": {
"title": "PR Pioneer",
"description": "Opened your first pull request in Chapter 06"
},
"merge-conflicts": {
"title": "Conflict Resolver",
"description": "Resolved a merge conflict in Chapter 07"
},
"collaboration": {
"title": "Team Player",
"description": "Reflected on open source culture in Chapter 08"
},
"triage": {
"title": "Triage Tactician",
"description": "Organized work with labels and milestones in Chapter 09"
},
"notifications": {
"title": "Signal Keeper",
"description": "Configured notification preferences in Chapter 10"
},
"vs-code": {
"title": "Editor Ready",
"description": "Set up VS Code with accessibility features in Chapter 11-12"
},
"git-local": {
"title": "Git Operator",
"description": "Completed the local clone-branch-commit-push cycle in Chapter 14"
},
"git-push": {
"title": "Push Master",
"description": "Pushed local work to GitHub and opened a PR in Chapter 14"
},
"code-review": {
"title": "Code Reviewer",
"description": "Submitted a constructive code review in Chapter 15"
},
"copilot": {
"title": "Copilot Companion",
"description": "Used GitHub Copilot effectively in Chapter 16"
},
"issue-templates": {
"title": "Template Architect",
"description": "Created an accessible issue template in Chapter 17"
},
"fork-workflow": {
"title": "Fork Navigator",
"description": "Completed the full fork-based contribution workflow in Chapter 18"
},
"agents": {
"title": "Agent Explorer",
"description": "Explored the accessibility agents ecosystem in Chapter 19"
},
"capstone": {
"title": "Agent Builder",
"description": "Built and contributed an accessibility agent in Chapter 20"
}
},
"bonusChallenges": [
"A-accessibility-audit",
"B-mentor-a-peer",
"C-cross-repo-contribution",
"D-custom-workflow",
"E-documentation-champion"
],
"milestones": [
{
"challenges": 1,
"message": "Your first challenge complete! Welcome to the workshop."
},
{
"challenges": 5,
"message": "Five challenges done! You have real GitHub skills now."
},
{
"challenges": 9,
"message": "Day 1 complete! You can navigate, file issues, open PRs, and merge."
},
{
"challenges": 11,
"message": "Local Git is in your toolkit. VS Code and GitHub are connected."
},
{
"challenges": 14,
"message": "Reviews, templates, and Copilot mastered. You are in advanced territory."
},
{
"challenges": 16,
"message": "ALL CORE CHALLENGES COMPLETE! You are ready to contribute to any open source project."
},
{
"challenges": 21,
"message": "All challenges complete including bonus! You have gone above and beyond."
}
]
}