Commit 801e5c6
fix(enrollment): guide learners who submit the wrong template out of the trap (#240)
A learner clicked the enrollment link but submitted the Start Here roadmap
template (issue #237): the [ENROLL] title from the URL survived, the body
had the readiness checklist but no Full Name or Email Address fields, and
the needs-info bot told them to 'edit this issue and add the missing
information' without saying how. They also got the Gandalf first-issue
greeting mid-signup, which read as noise.
- registration.yml: the needs-info comment now explains the wrong-template
cause, gives a copy-paste markdown block for the missing fields, spells
out how to edit an issue body, and links the real enrollment form.
- learning-room-pr-bot.yml: the first-issue greeting skips [ENROLL] and
[REGISTER] intake issues.
- start-here-roadmap.yml (main repo chooser only; learning-room copy
unchanged): renamed to 'Course Roadmap Check-In (already enrolled
students)' with an explicit not-an-enrollment warning and a link to the
enrollment form.
Co-authored-by: GitHub Workshop Bot <workshop@example.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent dfd8c53 commit 801e5c6
3 files changed
Lines changed: 32 additions & 4 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
251 | 269 | | |
252 | 270 | | |
253 | 271 | | |
| |||
0 commit comments