Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
17d4dc4
docs: add curriculum reorganization plan
Mar 9, 2026
7b9df74
docs: replace reorganization plan with unified curriculum master plan
Mar 9, 2026
d6b33e3
docs: add challenge artifacts, solution files, and GitHub Skills stra…
Mar 9, 2026
6eb4a59
docs: add GitHub Classroom artifacts, supplementary rebuild inventory…
Mar 10, 2026
91e6a91
docs: fix 3 audit issues in reorganization plan
Mar 10, 2026
1a3b071
docs: add todo.md build tracker for curriculum v2
Mar 10, 2026
b6ff45c
docs: complete Phase 1 scaffold -- restructure all chapters and appen…
Mar 10, 2026
ba46660
docs: complete Phase 2 -- write all five new chapters
Mar 10, 2026
5e51cdb
docs: complete Phase 3 -- expand 7 existing chapters with new sections
Mar 10, 2026
be05378
docs: Phase 4 batch 1 -- add learning cards to Day 1 chapters (00-10)
Mar 10, 2026
17c7b50
docs: Phase 4 batch 2 -- add learning cards to Day 2 chapters (11-21)
Mar 10, 2026
0f37490
docs: Phase 4 batch 3 -- add learning cards to appendices A-F (Core +…
Mar 10, 2026
7c8beb2
docs: Phase 4 batch 4 -- add learning cards to appendices G-L (VS Cod…
Mar 10, 2026
403d0ce
docs: Phase 4 batch 5 -- add learning cards to appendices M-S (GitHub…
Mar 10, 2026
215b897
docs: Phase 4 batch 6 -- add learning cards to appendices T-Z (Commun…
Mar 10, 2026
0593dd5
docs: Phase 4 fill -- add 9 learning cards to Ch05 Issues
Mar 10, 2026
ad38675
docs: Phase 4 quality fill -- add 33 targeted learning cards across 1…
Mar 10, 2026
a5ba64d
docs: mark Phase 4 complete in todo.md and REORGANIZATION-PLAN.md
Mar 10, 2026
15ee54c
docs: complete Phase 5 + Phase 6 -- tool cards, failsafes, cross-link…
Mar 10, 2026
d661081
build: curriculum v2 - comprehensive review and cleanup
Mar 10, 2026
edc129f
docs: weave Agentic Strategy into Day 1 challenges
Mar 17, 2026
4c24cae
bot: introduce Aria the friendly agent
Mar 17, 2026
eabd801
bot: intercept very first issue for positive capstone reinforcement
Mar 17, 2026
d385523
docs: implement hand-held UX and 'Infinite Loop' architecture
Mar 17, 2026
889c32b
admin: create cohort setup process and parameterize sandbox scripts
Mar 17, 2026
09f2e3a
admin: update provisioning guide to reference learning-room-template
Mar 17, 2026
9f5e560
docs: move admin and facilitator files to admin/ directory
Mar 17, 2026
fe24dc2
docs: repair links broken by the admin directory refactor
Mar 17, 2026
1eb9195
docs: update classroom guide to use new learning-room-template repo
Mar 17, 2026
ade2cd7
docs: document classroom web UI creation requirement
Mar 17, 2026
fd0a76f
docs: improve accessibility by adding keyboard focus guidance and mac…
Mar 17, 2026
7968ebb
Add dual-path participation model for Day 1 and Day 2 entry
Mar 19, 2026
0564382
Clean up repo: templatize dates, fix lint errors, remove stale artifacts
Mar 20, 2026
9149b4d
Push all changes in the version 2 along with all scripts and code.
May 4, 2026
1339259
Ignore generated learning room E2E test outputs
May 4, 2026
d01904e
chore: harden challenge quality gates and docs consistency
May 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blank_issues_enabled: true
contact_links:
- name: "Register for GIT Going with GitHub (March 7-8, 2026)"
- name: "Register for GIT Going with GitHub (May 21-22, 2026)"
url: https://community-access.github.io/git-going-with-github/REGISTER.html
about: Two-step registration (GitHub issue + Zoom). Free, online, 75 seats.
- name: GitHub Skills - Introduction to GitHub
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feedback-workshop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Workshop Feedback - Constructive Input Welcomed"
description: "Share your experience with GIT Going with GitHub - what worked, what didn't, what you learned, what confused you. Your feedback helps us improve for the next cohort."
title: "[FEEDBACK] GIT Going with GitHub - March 2026"
title: "[FEEDBACK] GIT Going with GitHub - [WORKSHOP_DATE]"
labels: ["feedback", "workshop-experience"]
assignees: []
body:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/workshop-registration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Workshop Registration - GIT Going with GitHub"
description: "Register for the GIT Going with GitHub workshop (March 7-8, 2026)"
title: "[REGISTER] GIT Going with GitHub - March 2026"
description: "Register for the GIT Going with GitHub workshop ([WORKSHOP_DATE_DAY1] and [WORKSHOP_DATE_DAY2])"
title: "[REGISTER] GIT Going with GitHub - [WORKSHOP_DATE]"
labels: ["registration"]
assignees: []
body:
Expand All @@ -9,8 +9,8 @@ body:
value: |
## Welcome! You are registering for GIT Going with GitHub.

**Dates:** Saturday, March 7 and Sunday, March 8, 2026
**Time:** 12:00 PM - 8:00 PM Eastern (both days)
**Dates:** [WORKSHOP_DATE_DAY1] and [WORKSHOP_DATE_DAY2]
**Time:** [WORKSHOP_TIME] (both days)
**Cost:** Free
**Capacity:** 75 participants

Expand Down
Loading
Loading