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: README.md
+89-98Lines changed: 89 additions & 98 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,104 +208,95 @@ The Facilitator guide includes templates, scripts, success metrics, and a final
208
208
209
209
> **One repository, everything included.** Clone or fork this repo and you have the complete workshop - all curriculum guides, Accessibility Agents agents and slash commands, YAML issue forms, PR template, and a practice contribution target in `learning-room/`. GitHub Skills modules cannot be bundled here (each participant activates their own copy on their own account), but links are in `.github/ISSUE_TEMPLATE/config.yml`.
210
210
211
-
**Root files:**
212
-
213
-
- README.md -- You are here
214
-
- CONTRIBUTING.md -- How to contribute to this repo
215
-
- CODE_OF_CONDUCT.md -- Community standards
216
-
- FACILITATOR.md -- For workshop organizers only
217
-
- DAY1_AGENDA.md -- Day 1 workshop schedule (facilitators only)
218
-
- DAY2_AGENDA.md -- Day 2 workshop schedule (facilitators only)
219
-
- .gitignore
220
-
221
-
**.github/ folder:**
222
-
223
-
- ISSUE_TEMPLATE/
224
-
- config.yml -- Links to GitHub Skills; disables blank issues
225
-
- accessibility-bug.yml -- Structured accessibility bug form (YAML)
226
-
- feature-request.yml -- Feature/improvement request form (YAML)
227
-
- PULL_REQUEST_TEMPLATE.md -- PR checklist with accessibility section
228
-
- agents/ -- Accessibility Agents: workshop Copilot Chat agents (55 total across 3 teams)
229
-
- daily-briefing.agent.md
230
-
- issue-tracker.agent.md
231
-
- pr-review.agent.md
232
-
- analytics.agent.md
233
-
- insiders-a11y-tracker.agent.md
234
-
- template-builder.agent.md
235
-
- preferences.example.md -- Copy to preferences.md and personalize
236
-
- prompts/ -- 54+ slash commands for Copilot Chat
237
-
- a11y-update.prompt.md
238
-
- create-issue.prompt.md
239
-
- daily-briefing.prompt.md
240
-
- review-pr.prompt.md
241
-
- triage.prompt.md
242
-
- ... (23 more - see appendix-v-accessibility-agents-reference.md)
243
-
244
-
**learning-room/ folder:** Practice target for the contribution sprint
245
-
246
-
- README.md
247
-
- docs/
248
-
- welcome.md -- Has TODO sections for you to complete
249
-
- keyboard-shortcuts.md -- Has intentional accessibility issues to find and fix
250
-
- setup-guide.md -- Has a broken link to find and fix
251
-
252
-
**podcasts/ folder:** Podcast production pipeline
253
-
254
-
- PODCASTS.md -- Audio player page (44 episodes, HTML5 audio)
├── appendix-x-copilot-models.md ← X: AI model comparison and selection guide
298
+
├── appendix-y-accessing-workshop-materials.md ← Y: How to get, download, and read these materials
299
+
└── appendix-z-github-skills-catalog.md ← Z: All 36 GitHub Skills modules with learning paths
309
300
310
301
> *Note: Appendices were renumbered during a February 2026 review. If you encounter external references to "Appendix D" or later letters, subtract one letter (e.g., the former Appendix D is now [Appendix C](docs/appendix-c-accessibility-standards.md)).*
0 commit comments