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
docs: correct remaining chapter/challenge drift found in the full-curriculum sweep
Chapter 10 (Notifications) claimed a required "Chapter 10 challenge issue"
and counted it toward "eleven Day 1 challenges," but no such core challenge
exists - the real hook is the optional Bonus D, which unlocks after
Challenge 15. Reroute its evidence and Day 1 close-out reflection to the
actual Challenge 9 (Merge Day) issue, and correct the Day 1 count to nine.
Chapter 15 Part 1 (VS Code PR extension) told students to close a "Chapter
12" issue, but Part 1 is prep practice with no issue of its own - the real
Challenge 12 evidence is already correctly handled later in Part 2.
Chapter 4's bonus-challenge summary described five topics that don't match
any of the actual Bonus A-E templates; replaced with accurate one-line
summaries of each.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/04-the-learning-room.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ Each challenge lists the file(s) to edit, estimated time, skills practiced, and
344
344
345
345
### Bonus Challenges
346
346
347
-
Five bonus challenges (A through E) are available for students who finish faster. These include an accessibility audit, mentoring a peer, cross-repository contribution, creating a custom workflow, and documentation improvement.
347
+
Five bonus challenges (A through E) unlock after Challenge 15 for students who finish faster: improving an existing agent and opening a PR (A), writing a reflection on your workshop journey (B), designing a collaborative challenge for future cohorts (C), configuring GitHub notifications (D), and exploring repository history visually with GitHub Desktop (E).
Copy file name to clipboardExpand all lines: docs/10-notifications-and-day-1-close.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@
13
13
14
14
## Workshop Recommendation (Chapter 10)
15
15
16
-
For this workshop, Chapter 10 is a **guided practice chapter**, not a graded automation chapter.
16
+
Chapter 10 is a **guided practice chapter** with no required Day 1 challenge issue of its own. The walkthrough below corresponds to the optional **Bonus D: Notification Mastery** issue, which unlocks after Challenge 15 (Day 2). You can read this chapter and try the walkthrough today, but you do not need a challenge issue to do so, and you do not need to wait for Bonus D to unlock to practice it.
17
17
18
-
-**Challenge count:**1 guided walkthrough
18
+
-**Challenge count:**0 required (optional Bonus D covers this topic later)
19
19
-**Automation check:** none - notification settings are account-level and cannot be validated by the Learning Room PR bot
20
-
-**Evidence:**structured completion comment on your assigned challenge issue
20
+
-**Evidence:**if you want credit now, note what you tried in a comment on your current challenge issue; formal evidence is submitted on the Bonus D issue once it unlocks
21
21
-**Pattern:** configure, filter, act
22
22
23
23
### Important Note: This Challenge Uses GitHub's Web Notification Inbox
@@ -39,11 +39,11 @@ This challenge focuses on **GitHub's web-based notification inbox** (at `github.
39
39
40
40
If you have already configured email notifications on your GitHub account, that is fine—but this challenge does not require or test email delivery. Focus on the web inbox workflow instead.
41
41
42
-
### Chapter 10 Challenge Set
42
+
### Chapter 10 Practice Set
43
43
44
-
1.**Configure notifications and practice inbox management** - set your watch level, use filters to find relevant notifications, and perform one inbox action.
44
+
1.**Configure notifications and practice inbox management** - set your watch level, use filters to find relevant notifications, and perform one inbox action. (Formal evidence for this goes on the Bonus D issue once it unlocks.)
### Practice Step-by-Step: Notification Inbox Walkthrough
47
47
48
48
**Goal:** Set up a useful notification workflow so you can keep up with reviews, mentions, and assignments without inbox overload.
49
49
@@ -68,17 +68,15 @@ If you have already configured email notifications on your GitHub account, that
68
68
69
69
### Completing Chapter 10: Submit Your Evidence
70
70
71
-
Open your **assigned Chapter 10 challenge issue** and post a completion comment:
71
+
This practice does not have its own required issue. If you want to record what you tried, post a comment on your current challenge issue (or later on the **Bonus D: Notification Mastery** issue once it unlocks):
72
72
73
73
```text
74
-
Chapter 10 completed:
74
+
Chapter 10 practice completed:
75
75
- Watch level set to: Participating and @mentions
76
76
- Filters tested: Review requested, Assigned
77
77
- Inbox action performed: [mute / mark done] on [thread description]
78
78
```
79
79
80
-
Close your Chapter 10 challenge issue when done.
81
-
82
80
### Expected Outcomes
83
81
84
82
- Student can configure repository watch levels to reduce noise.
@@ -586,7 +584,7 @@ Go to [github.com/notifications](https://github.com/notifications) and practice:
586
584
587
585
Take a breath. Day 1 is complete -- and you did a lot.
588
586
589
-
Here is every skill you practiced, mapped to the chapter where you learned it and the evidence you created along the way:
587
+
Here is every skill you practiced, mapped to the chapter where you learned it and the evidence you created along the way. Chapters 00-01 are setup (no challenge issue); Challenges 1-9 are the required Day 1 challenges; Chapters 09 and 10 are practice content with no required issue of their own (Chapter 09's evidence folds into Challenge 8, and Chapter 10 corresponds to the optional Bonus D, unlocked later):
590
588
591
589
| Chapter | Skill | Evidence |
592
590
|---|---|---|
@@ -598,11 +596,11 @@ Here is every skill you practiced, mapped to the chapter where you learned it an
598
596
|[Chapter 05](05-working-with-issues.md)| Created, labeled, and commented on issues | Issue created with a descriptive title and body |
599
597
|[Chapter 06](06-working-with-pull-requests.md)| Created a branch, edited a file, and opened a pull request | Merged PR visible in the repository |
600
598
|[Chapter 07](07-merge-conflicts.md)| Recognized a merge conflict and resolved it | Conflict-free merge committed |
601
-
|[Chapter 08](08-open-source-culture.md)| Read contributing guidelines, understood community norms, and practiced respectful communication | Thoughtful comment on a peer's issue or PR |
602
-
|[Chapter 09](09-labels-milestones-projects.md)| Used labels, milestones, and project boards to organize work |Labels applied, milestone progress visible|
603
-
|[Chapter 10](10-notifications-and-day-1-close.md)| Configured notification preferences and managed your inbox |Watch level set, at least one notification acted on|
599
+
|[Chapter 08](08-open-source-culture.md)| Read contributing guidelines, understood community norms, and practiced respectful communication | Thoughtful comment on a peer's issue or PR, plus a label triaged|
600
+
|[Chapter 09](09-labels-milestones-projects.md)| Used labels, milestones, and project boards to organize work |Folded into your Challenge 8 evidence - no separate issue|
601
+
|[Chapter 10](10-notifications-and-day-1-close.md)| Configured notification preferences and managed your inbox |Optional - formal evidence goes on Bonus D once it unlocks|
604
602
605
-
That is eleven chapters, eleven skills, and a trail of real evidence in a real repository.
603
+
That is eleven chapters and eleven skills, built on nine required Day 1 challenges and a trail of real evidence in a real repository.
606
604
607
605
### If This Was Your First Time
608
606
@@ -612,7 +610,7 @@ If parts felt confusing or slow, that is completely normal. Every skill you prac
612
610
613
611
### Confidence Check
614
612
615
-
Before you close your laptop, take two minutes to answer these questions in your Chapter 10 challenge issue. There are no wrong answers -- this is for you.
613
+
Before you close your laptop, take two minutes to answer these questions in a comment on your **Challenge 9: Merge Day**issue (or in a personal note if you have already closed it). There are no wrong answers -- this is for you.
616
614
617
615
1. Which chapter felt the most natural to you? Which one do you want to revisit?
618
616
2. Can you explain what a pull request does to someone who has never used GitHub?
@@ -625,7 +623,7 @@ Before you close your laptop, take two minutes to answer these questions in your
625
623
626
624
Look at how many challenge issues you completed today. Each one represents a skill you did not just read about -- you practiced it, posted evidence, and moved on. Some workshops hand you a certificate for sitting in a chair. This one asked you to prove your skills in a live repository, and you did.
627
625
628
-
If you completed all eleven challenges, you are ready for Day 2 with a strong foundation. If you missed a few, that is fine -- you can finish them at your own pace before Day 2 begins. The Learning Room stays open.
626
+
If you completed all nine Day 1 challenges, you are ready for Day 2 with a strong foundation. If you missed a few, that is fine -- you can finish them at your own pace before Day 2 begins. The Learning Room stays open.
Copy file name to clipboardExpand all lines: docs/15-code-review.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ Chapter 15, Part 1 introduces the **GitHub Pull Requests extension** for managin
86
86
87
87
**You are done when:** You have posted at least one constructive review comment on someone else's PR.
88
88
89
-
### Completing Chapter 15, Part 1: Submit Your Evidence
89
+
### Completing Chapter 15, Part 1: Practice Only
90
90
91
-
Open your assigned setup or review practice issue and post a completion comment:
91
+
Part 1 is setup and practice - it does not have its own required issue. Post a comment on your current challenge issue if you want to record what you tried:
92
92
93
93
```text
94
94
Chapter 15 Part 1 completed:
@@ -99,7 +99,7 @@ Chapter 15 Part 1 completed:
99
99
- My comment was about: [one-sentence summary]
100
100
```
101
101
102
-
Close your Chapter 12 challenge issues when done.
102
+
Your formal evidence for this skill is submitted later, on the **Challenge 12: Review Like a Pro** issue (see Part 2 below).
Copy file name to clipboardExpand all lines: html/docs/04-the-learning-room.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -692,7 +692,7 @@ <h3 id="docschallengesmd---your-challenge-menu">docs/CHALLENGES.md - Your Challe
692
692
</tbody></table>
693
693
<p>Each challenge lists the file(s) to edit, estimated time, skills practiced, and success criteria.</p>
694
694
<h3id="bonus-challenges">Bonus Challenges</h3>
695
-
<p>Five bonus challenges (A through E) are available for students who finish faster. These include an accessibility audit, mentoring a peer, cross-repository contribution, creating a custom workflow, and documentation improvement.</p>
695
+
<p>Five bonus challenges (A through E) unlock after Challenge 15 for students who finish faster: improving an existing agent and opening a PR (A), writing a reflection on your workshop journey (B), designing a collaborative challenge for future cohorts (C), configuring GitHub notifications (D), and exploring repository history visually with GitHub Desktop (E).</p>
0 commit comments