|
81 | 81 | This is the single repository students clone. Everything they need for both days is here: |
82 | 82 |
|
83 | 83 | ``` |
84 | | -learning-room/ ← workshop repository root |
85 | | -├── README.md ← participant-facing start page |
86 | | -├── CONTRIBUTING.md ← contribution guide |
87 | | -├── CODE_OF_CONDUCT.md ← community standards |
88 | | -├── FACILITATOR.md ← this file |
89 | | -├── .gitignore |
90 | | -├── .github/ |
91 | | -│ ├── ISSUE_TEMPLATE/ |
92 | | -│ │ ├── config.yml ← disables blank issues, links to Skills modules |
93 | | -│ │ ├── accessibility-bug.yml ← accessibility bug report YAML form |
94 | | -│ │ └── feature-request.yml ← feature/improvement request YAML form |
95 | | -│ ├── PULL_REQUEST_TEMPLATE.md ← PR template with accessibility checklist |
96 | | -│ ├── agents/ ← Accessibility Agents - 55 Copilot agents across 3 teams |
97 | | -│ │ ├── daily-briefing.agent.md |
98 | | -│ │ ├── issue-tracker.agent.md |
99 | | -│ │ ├── pr-review.agent.md |
100 | | -│ │ ├── analytics.agent.md |
101 | | -│ │ ├── insiders-a11y-tracker.agent.md |
102 | | -│ │ ├── template-builder.agent.md |
103 | | -│ │ └── preferences.example.md |
104 | | -│ └── prompts/ ← 54+ slash commands for Copilot Chat |
105 | | -│ ├── a11y-update.prompt.md |
106 | | -│ ├── create-issue.prompt.md |
107 | | -│ ├── daily-briefing.prompt.md |
108 | | -│ ├── explain-code.prompt.md |
109 | | -│ ├── review-pr.prompt.md |
110 | | -│ ├── triage.prompt.md |
111 | | -│ └── ... (48 more - see docs/appendix-v-accessibility-agents-reference.md) |
112 | | -├── docs/ ← full workshop curriculum (16 chapters + appendices A-X) |
113 | | -│ ├── 00-pre-workshop-setup.md |
114 | | -│ ├── 01-understanding-github-web-structure.md |
115 | | -│ ├── 02-navigating-repositories.md |
116 | | -│ ├── 03-the-learning-room.md |
117 | | -│ ├── 04-working-with-issues.md |
118 | | -│ ├── 05-working-with-pull-requests.md |
119 | | -│ ├── 06-merge-conflicts.md |
120 | | -│ ├── 07-culture-etiquette.md |
121 | | -│ ├── 08-labels-milestones-projects.md |
122 | | -│ ├── 09-notifications.md |
123 | | -│ ├── 10-vscode-basics.md |
124 | | -│ ├── 11-git-source-control.md |
125 | | -│ ├── 12-github-pull-requests-extension.md |
126 | | -│ ├── 13-github-copilot.md |
127 | | -│ ├── 14-accessible-code-review.md |
128 | | -│ ├── 15-issue-templates.md |
129 | | -│ ├── 16-accessibility-agents.md |
130 | | -│ ├── appendix-a-glossary.md ← every term explained |
131 | | -│ ├── appendix-b-screen-reader-cheatsheet.md ← full shortcut reference |
132 | | -│ ├── appendix-c through appendix-x ← deep-dive references (C-X) |
133 | | -│ └── (see appendix-u-resources.md for complete file listing) |
134 | | -└── learning-room/ ← practice content (contribution sprint targets) |
135 | | - ├── README.md |
136 | | - └── docs/ |
137 | | - ├── welcome.md ← has [TODO] gaps for participants to complete |
138 | | - ├── keyboard-shortcuts.md ← has intentional errors and a heading hierarchy problem |
139 | | - └── setup-guide.md ← has a broken URL and [TODO] markers |
| 84 | +learning-room/ <- workshop repository root |
| 85 | ++-- README.md <- participant-facing start page |
| 86 | ++-- CONTRIBUTING.md <- contribution guide |
| 87 | ++-- CODE_OF_CONDUCT.md <- community standards |
| 88 | ++-- FACILITATOR.md <- this file |
| 89 | ++-- .gitignore |
| 90 | ++-- .github/ |
| 91 | +| +-- ISSUE_TEMPLATE/ |
| 92 | +| | +-- config.yml <- disables blank issues, links to Skills modules |
| 93 | +| | +-- accessibility-bug.yml <- accessibility bug report YAML form |
| 94 | +| | +-- feature-request.yml <- feature/improvement request YAML form |
| 95 | +| +-- PULL_REQUEST_TEMPLATE.md <- PR template with accessibility checklist |
| 96 | +| +-- agents/ <- Accessibility Agents - 55 Copilot agents across 3 teams |
| 97 | +| | +-- daily-briefing.agent.md |
| 98 | +| | +-- issue-tracker.agent.md |
| 99 | +| | +-- pr-review.agent.md |
| 100 | +| | +-- analytics.agent.md |
| 101 | +| | +-- insiders-a11y-tracker.agent.md |
| 102 | +| | +-- template-builder.agent.md |
| 103 | +| | +-- preferences.example.md |
| 104 | +| +-- prompts/ <- 54+ slash commands for Copilot Chat |
| 105 | +| +-- a11y-update.prompt.md |
| 106 | +| +-- create-issue.prompt.md |
| 107 | +| +-- daily-briefing.prompt.md |
| 108 | +| +-- explain-code.prompt.md |
| 109 | +| +-- review-pr.prompt.md |
| 110 | +| +-- triage.prompt.md |
| 111 | +| +-- ... (48 more - see docs/appendix-v-accessibility-agents-reference.md) |
| 112 | ++-- docs/ <- full workshop curriculum (16 chapters + appendices A-X) |
| 113 | +| +-- 00-pre-workshop-setup.md |
| 114 | +| +-- 01-understanding-github-web-structure.md |
| 115 | +| +-- 02-navigating-repositories.md |
| 116 | +| +-- 03-the-learning-room.md |
| 117 | +| +-- 04-working-with-issues.md |
| 118 | +| +-- 05-working-with-pull-requests.md |
| 119 | +| +-- 06-merge-conflicts.md |
| 120 | +| +-- 07-culture-etiquette.md |
| 121 | +| +-- 08-labels-milestones-projects.md |
| 122 | +| +-- 09-notifications.md |
| 123 | +| +-- 10-vscode-basics.md |
| 124 | +| +-- 11-git-source-control.md |
| 125 | +| +-- 12-github-pull-requests-extension.md |
| 126 | +| +-- 13-github-copilot.md |
| 127 | +| +-- 14-accessible-code-review.md |
| 128 | +| +-- 15-issue-templates.md |
| 129 | +| +-- 16-accessibility-agents.md |
| 130 | +| +-- appendix-a-glossary.md <- every term explained |
| 131 | +| +-- appendix-b-screen-reader-cheatsheet.md <- full shortcut reference |
| 132 | +| +-- appendix-c through appendix-x <- deep-dive references (C-X) |
| 133 | +| +-- (see appendix-u-resources.md for complete file listing) |
| 134 | ++-- learning-room/ <- practice content (contribution sprint targets) |
| 135 | + +-- README.md |
| 136 | + +-- docs/ |
| 137 | + +-- welcome.md <- has [TODO] gaps for participants to complete |
| 138 | + +-- keyboard-shortcuts.md <- has intentional errors and a heading hierarchy problem |
| 139 | + +-- setup-guide.md <- has a broken URL and [TODO] markers |
140 | 140 | ``` |
141 | 141 |
|
142 | 142 |
|
|
0 commit comments