Skip to content

Commit e25b9fb

Browse files
GitHub Workshop Botclaude
andcommitted
fix(enrollment): restore working enrollment issue form and repair corrupted templates
The public "Begin the Adventure" link pointed at start-here-roadmap.yml, which failed YAML parsing because a bulk edit on May 17 injected stray column-0 "hidden: true" lines into 21 workshop issue templates (plus an unsupported top-level "hidden" key in 40 files across the workshop and learning-room template sets). GitHub cannot render an invalid issue form, so enrollees got a blank issue with only the prefilled title - reported by a learner on the BITS list on July 4. - Remove every stray "hidden: true" line; all 54 templates now parse and contain only keys permitted by GitHub issue forms syntax - Add .github/ISSUE_TEMPLATE/enrollment.yml, restoring the fields the [ENROLL] fast path in registration.yml parses (Full Name, Email Address, experience dropdowns, course goals) that were lost when classroom-enrollment.yml was deleted in the June 2 Classroom removal - Point the REGISTER.md enrollment link at enrollment.yml - Regenerate html/search-index.json Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 2dca3f2 commit e25b9fb

45 files changed

Lines changed: 92 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bonus-a-improve-agent.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Bonus A: Improve an Existing Agent"
22
description: Fork an agent, make a meaningful improvement, and open a PR.
3-
hidden: true
43
title: "Bonus: Improve an Existing Agent (@{username})"
54
labels: ["challenge", "bonus"]
65
body:
@@ -37,7 +36,6 @@ body:
3736
attributes:
3837
label: "Your evidence"
3938
description: "Describe the agent you improved, what you changed, and link your PR."
40-
hidden: true
4139
placeholder: |
4240
Agent I improved: ...
4341
What I changed: ...

.github/ISSUE_TEMPLATE/bonus-b-document-journey.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Bonus B: Document Your Journey"
22
description: Write a reflection document about your workshop experience.
3-
hidden: true
43
title: "Bonus: Document Your Journey (@{username})"
54
labels: ["challenge", "bonus"]
65
body:
@@ -44,7 +43,6 @@ body:
4443
attributes:
4544
label: "Your evidence"
4645
description: "Share the link to your reflection file or PR."
47-
hidden: true
4846
placeholder: |
4947
Reflection URL: https://github.com/...
5048
My biggest takeaway: ...

.github/ISSUE_TEMPLATE/bonus-c-group-challenge.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Bonus C: Create a Group Challenge"
22
description: Design a collaborative challenge for future workshop cohorts.
3-
hidden: true
43
title: "Bonus: Create a Group Challenge (@{username})"
54
labels: ["challenge", "bonus"]
65
body:
@@ -40,7 +39,6 @@ body:
4039
attributes:
4140
label: "Your evidence"
4241
description: "Describe your group challenge and link to the file."
43-
hidden: true
4442
placeholder: |
4543
Challenge name: ...
4644
What teams would do: ...

.github/ISSUE_TEMPLATE/bonus-d-notifications.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Bonus D: Notification Mastery"
22
description: Configure GitHub notifications for productive inbox management.
3-
hidden: true
43
title: "Bonus: Notification Mastery (@{username})"
54
labels: ["challenge", "bonus"]
65
body:
@@ -37,7 +36,6 @@ body:
3736
attributes:
3837
label: "Your evidence"
3938
description: "Describe your notification configuration and strategy."
40-
hidden: true
4139
placeholder: |
4240
My notification strategy: ...
4341
I configured email for: ...

.github/ISSUE_TEMPLATE/bonus-e-git-history.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Bonus E: Explore Git History Visually"
22
description: Use GitHub Desktop to explore repository history as a visual timeline.
3-
hidden: true
43
title: "Bonus: Explore Git History Visually (@{username})"
54
labels: ["challenge", "bonus"]
65
body:
@@ -42,7 +41,6 @@ body:
4241
attributes:
4342
label: "Your evidence"
4443
description: "Describe what you discovered by exploring the Git history visually."
45-
hidden: true
4644
placeholder: |
4745
Tool I used: GitHub Desktop / GitHub.com
4846
Number of branches I found: ...

.github/ISSUE_TEMPLATE/challenge-01-find-your-way.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Challenge 1: Find Your Way Around"
22
description: Navigate the learning-room repository and find key landmarks.
3-
hidden: true
43
title: "Challenge 1: Find Your Way Around (@{username})"
54
labels: ["challenge", "day-1"]
65
body:
@@ -29,7 +28,6 @@ body:
2928
attributes:
3029
label: "Your evidence"
3130
description: "Paste your scavenger hunt findings below. For each item, write a short sentence about what you found."
32-
hidden: true
3331
placeholder: |
3432
1. I found ___ files in the root of the repository.
3533
2. The open issue I found was titled "___".

.github/ISSUE_TEMPLATE/challenge-03-conversation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Challenge 3: Join the Conversation"
22
description: Comment on a peer-simulation issue using @mentions and reactions.
3-
hidden: true
43
title: "Challenge 3: Join the Conversation (@{username})"
54
labels: ["challenge", "day-1"]
65
body:
@@ -34,7 +33,6 @@ body:
3433
attributes:
3534
label: "Your evidence"
3635
description: "Paste the URL of the comment you left on the peer-simulation issue or buddy issue."
37-
hidden: true
3836
placeholder: |
3937
Comment URL: https://github.com/...
4038
I commented on the peer-simulation issue about...

.github/ISSUE_TEMPLATE/challenge-04-branch-out.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Challenge 4: Branch Out"
22
description: Create your personal branch for Day 1 work.
3-
hidden: true
43
title: "Challenge 4: Branch Out (@{username})"
54
labels: ["challenge", "day-1"]
65
body:
@@ -35,7 +34,6 @@ body:
3534
attributes:
3635
label: "Your evidence"
3736
description: "Confirm your branch name and describe how you created it."
38-
hidden: true
3937
placeholder: |
4038
My branch name: learn/myusername
4139
I created it by...

.github/ISSUE_TEMPLATE/challenge-05-make-your-mark.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Challenge 5: Make Your Mark"
22
description: Edit welcome.md to fix a TODO and commit with a meaningful message.
3-
hidden: true
43
title: "Challenge 5: Make Your Mark (@{username})"
54
labels: ["challenge", "day-1"]
65
body:
@@ -37,7 +36,6 @@ body:
3736
attributes:
3837
label: "Your evidence"
3938
description: "Paste the URL of your commit and share your commit message."
40-
hidden: true
4139
placeholder: |
4240
Commit URL: https://github.com/...
4341
My commit message was: "..."

.github/ISSUE_TEMPLATE/challenge-06-first-pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "Challenge 6: Open Your First Pull Request"
22
description: Open a PR from your branch to main, linking it to your issue.
3-
hidden: true
43
title: "Challenge 6: Open Your First PR (@{username})"
54
labels: ["challenge", "day-1"]
65
body:
@@ -25,7 +24,6 @@ body:
2524
### PR description template
2625
2726
Use this structure for your PR description:
28-
hidden: true
2927
3028
```
3129
## What this PR does
@@ -50,7 +48,6 @@ hidden: true
5048
attributes:
5149
label: "Your evidence"
5250
description: "Paste the URL of your pull request."
53-
hidden: true
5451
placeholder: |
5552
PR URL: https://github.com/...
5653
My PR links to issue #...

0 commit comments

Comments
 (0)