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: ANNOUNCEMENT.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ Your screen reader and keyboard are the only tools you need. Everything happens
86
86
|**[Screen Reader Orientation to GitHub](https://community-access.org/git-going-with-github/docs/01-understanding-github-web-structure.html)**| Navigate GitHub pages using headings, landmarks, and keyboard shortcuts |
87
87
|**[Navigating Repositories](https://community-access.org/git-going-with-github/docs/02-navigating-repositories.html)**| Explore a real repository - files, branches, commits, contributors |
88
88
|**[Working with Issues](https://community-access.org/git-going-with-github/docs/04-working-with-issues.html)**| Search, file, comment on, and triage issues using [Markdown](https://community-access.org/git-going-with-github/docs/appendix-e-github-flavored-markdown.html)|
|**[Your First Contribution Sprint](https://community-access.org/git-going-with-github/docs/06-merge-conflicts.html)**| Make a real contribution to the shared practice repository - with automated bot feedback and human peer review |
91
-
|**[Community and Culture](https://community-access.org/git-going-with-github/docs/07-culture-etiquette.html)**| Open source etiquette, constructive feedback, [managing notifications](https://community-access.org/git-going-with-github/docs/09-notifications.html), organizing with [labels](https://community-access.org/git-going-with-github/docs/08-labels-milestones-projects.html)|
|**[Your First Contribution Sprint](https://community-access.org/git-going-with-github/docs/07-merge-conflicts.html)**| Make a real contribution to the shared practice repository - with automated bot feedback and human peer review |
91
+
|**[Community and Culture](https://community-access.org/git-going-with-github/docs/08-culture-etiquette.html)**| Open source etiquette, constructive feedback, [managing notifications](https://community-access.org/git-going-with-github/docs/10-notifications.html), organizing with [labels](https://community-access.org/git-going-with-github/docs/09-labels-milestones-projects.html)|
92
92
93
93
You will also work through [GitHub Skills](https://skills.github.com/) modules - interactive, bot-guided courses that run in your own GitHub account. A bot named Mona creates real issues and pull requests for you, verifies your actions, and guides you through each step. It is the same mechanism used by real open source projects.
94
94
@@ -99,7 +99,7 @@ You earned the tools. Now you wield them.
99
99
| Block | What Happens |
100
100
|-------|-------------|
101
101
|**Day 1 Debrief**| Celebrate what shipped, surface questions, set your Day 2 goal |
102
-
|**[VS Code Setup](https://community-access.org/git-going-with-github/docs/10-vscode-basics.html)**| Screen reader mode, workspace navigation, the bridge from browser to editor |
102
+
|**[VS Code Setup](https://community-access.org/git-going-with-github/docs/05-vscode-accessibility.html)**| Screen reader mode, workspace navigation, the bridge from browser to editor |
103
103
|**[Deep Contribution with Copilot](https://community-access.org/git-going-with-github/docs/13-github-copilot.html)**| Use [GitHub Copilot](https://github.com/features/copilot) as a writing partner - draft improvements, review your own work, commit with confidence |
104
104
|**[Activate the Agents](https://community-access.org/git-going-with-github/docs/16-accessibility-agents.html)**| Explore 55 AI agents across 3 teams that amplify every skill you built on Day 1 - daily briefings, issue triage, PR review, accessibility monitoring |
105
105
|**[Ship Your Contribution](https://community-access.org/git-going-with-github/docs/14-accessible-code-review.html)**| Open a real pull request to a live public repository. Your facilitator reviews and merges it. |
|**06**Pull Requests|3| PR with `Closes #XX`| Yes |pull-requests| 1 | Created |
39
+
|**07**Merge Conflicts | 1 |PR with `Closes #XX`| Yes|merge-conflicts| 1 | Created |
40
+
|**08**Culture and Etiquette| 1 | Issue comment | No |collaboration| 1 | Created |
41
+
|**09**Labels, Milestones, Projects | 1 | Issue comment | No |triage| 1 | Created |
42
+
|**10**Notifications | 1 | Issue comment | No |notifications|1| Created |
43
43
|**11** Git Source Control | 3 | PR with `Closes #XX`| Yes | git-source-control | 2 | Created |
44
44
|**12** PR Extension | 2 | Issue comment | No | pr-extension | 2 | Created |
45
45
|**13** GitHub Copilot | 3 | Issue comment | No | copilot | 2 | Created |
@@ -49,7 +49,7 @@ Located in `.github/ISSUE_TEMPLATE/` (Chapters 4-6, 11) and inline in `scripts/c
49
49
50
50
**Total: 26 challenges per student**
51
51
52
-
Chapters 5, 6, and 11 use PR-based submission with `Closes #XX` syntax. Chapter 4 uses issue-comment-based submission where students post evidence links on their assigned challenge issue (no branch or file editing required). All other chapters use issue-comment-based submission where students post evidence as a checklist comment.
52
+
Chapters 6, 7, and 11 use PR-based submission with `Closes #XX` syntax. Chapter 4 uses issue-comment-based submission where students post evidence links on their assigned challenge issue (no branch or file editing required). All other chapters use issue-comment-based submission where students post evidence as a checklist comment.
53
53
54
54
**Template Contents:**
55
55
- YAML frontmatter with placeholders: `{CHAPTER}`, `{CHALLENGE_NUM}`, `{CHALLENGE_TITLE}`, `{USERNAME}`, `{ISSUE_NUMBER}`
3. Checks all existing open challenge issues (paginated)
96
96
4. Compares each student's existing issues against the full template set
@@ -103,7 +103,7 @@ The script is designed to be rerun periodically. It only creates issues for chal
103
103
104
104
#### Legacy Script: `create_student_issues.ps1`
105
105
106
-
Creates the original 10 challenges (Ch 04, 05, 06, 11) by cloning from Weijun-Zhang-1996's template issues. Still functional but superseded by `create_all_challenges.ps1` for new chapters.
106
+
Creates the original 10 challenges (Ch 04, 06, 07, 11) by cloning from Weijun-Zhang-1996's template issues. Still functional but superseded by `create_all_challenges.ps1` for new chapters.
107
107
108
108
**Prerequisites for Both Scripts:**
109
109
- GitHub CLI (`gh`) installed and authenticated
@@ -114,8 +114,8 @@ Creates the original 10 challenges (Ch 04, 05, 06, 11) by cloning from Weijun-Zh
114
114
115
115
**Applicable Chapters:**
116
116
- Chapter 4: Working with Issues (issue evidence + quality validation)
- Chapter 11: Git & Source Control (Git operations validation)
120
120
121
121
**How It Works:**
@@ -183,7 +183,7 @@ Chapter numbers are zero-padded to two digits (04, 05, 06, 07... 16) so issues s
183
183
**Example:**
184
184
```
185
185
Chapter 04.1: Create Your First Issue (@accesswatch)
186
-
Chapter 05.2: Open Your First Pull Request (@amandarush)
186
+
Chapter 6.2: Open Your First Pull Request (@amandarush)
187
187
Chapter 11.3: Push to GitHub (@andysq62)
188
188
Chapter 13.2: Ask Copilot to Explain a Repo (@apelli95)
189
189
```
@@ -219,7 +219,7 @@ gh issue list --label "challenge: intermediate" --state open
219
219
220
220
### Lifecycle States
221
221
222
-
Each challenge issue transitions through states. PR-based challenges (Ch 04, 05, 06, 11) auto-close when a PR merges. Comment-based challenges (Ch 07-10, 12-16) are closed manually by the student or facilitator after evidence is posted.
222
+
Each challenge issue transitions through states. PR-based challenges (Ch 04, 05, 06, 11) auto-close when a PR merges. Comment-based challenges (Ch 8-10, 12-16) are closed manually by the student or facilitator after evidence is posted.
223
223
224
224
| State | Condition | PR-Based | Comment-Based |
225
225
|-------|-----------|----------|---------------|
@@ -261,7 +261,7 @@ Each challenge issue transitions through states. PR-based challenges (Ch 04, 05,
261
261
-**Relevance:** Does each challenge teach intended concept?
262
262
- Check: Students successfully demonstrate skill in PR
263
263
-**Pacing:** Are challenges completable in allotted time?
264
-
- Check: 80%+ of students reach Chapter 6 on Day 1
264
+
- Check: 80%+ of students reach Chapter 7 on Day 1
265
265
-**Motivation:** Do students attempt optional challenges (not required)?
266
266
- Check: Any student attempts Chapters 12-16 (guided, not automated)
267
267
@@ -273,8 +273,8 @@ Each challenge issue transitions through states. PR-based challenges (Ch 04, 05,
0 commit comments