Warning
This issue is part of the GIT Going with GitHub course.
Do not start this challenge until the course officially begins.
Chapter 15: Issue Templates Challenge
Student: @ssawczyn
Estimated Time: 15-20 minutes
Skill Level: advanced
Challenge Overview
Open the workshop registration template, read the YAML structure, and post one observation about how the template improved contributions.
All challenges in this chapter are linked to the Challenge Hub for full context and instructions.
Your Challenge: Analyze the Registration Template
Open the workshop registration template, read the YAML structure, and post one observation about how the template improved contributions.
How to Submit
Step 1: Claim This Issue
Reply with a comment: I'm working on this!
Step 2: Complete the Challenge
Follow the detailed steps in the Challenge Hub .
Open: .github/ISSUE_TEMPLATE/workshop-registration.yml
Read the YAML structure: frontmatter (name, description, title, labels) and field types
Notice field types: input, dropdown, textarea, markdown
Observe: each field has a label, description, and validation rule
Compare: How is this better than a blank issue form?
Post a completion comment on this issue:
Chapter 15.1 complete:
- Opened the registration template: yes/no
- Field types I noticed:
- One way the template improved contributions:
Step 3: Post Your Evidence
When complete, post a comment on this issue with your evidence (see format below).
Step 4: Close This Issue
After facilitator confirms, close this issue.
Expected Outcomes
You can read and understand YAML form template structure
You recognize accessibility-first design in form templates
If You Get Stuck
Look in .github/ISSUE_TEMPLATE/workshop-registration.yml - that is the form you filled out to join
If YAML structure is confusing, focus on the field 'type' values: input, dropdown, textarea
Compare your registration issue with how a blank issue would look
Ask facilitator to show you a template they created
Comment on this issue describing what is blocking you
Learning Moment
The best template is one you have already used. Template design is about pattern recognition and context adaptation, not starting from scratch.
Next Step: Check out Challenge Hub for the next challenge or chapter!
Warning
This issue is part of the GIT Going with GitHub course.
Do not start this challenge until the course officially begins.
Chapter 15: Issue Templates Challenge
Student: @ssawczyn
Estimated Time: 15-20 minutes
Skill Level: advanced
Challenge Overview
Open the workshop registration template, read the YAML structure, and post one observation about how the template improved contributions.
All challenges in this chapter are linked to the Challenge Hub for full context and instructions.
Your Challenge: Analyze the Registration Template
Open the workshop registration template, read the YAML structure, and post one observation about how the template improved contributions.
How to Submit
Step 1: Claim This Issue
Reply with a comment:
I'm working on this!Step 2: Complete the Challenge
Follow the detailed steps in the Challenge Hub.
Step 3: Post Your Evidence
When complete, post a comment on this issue with your evidence (see format below).
Step 4: Close This Issue
After facilitator confirms, close this issue.
Expected Outcomes
If You Get Stuck
Learning Moment
The best template is one you have already used. Template design is about pattern recognition and context adaptation, not starting from scratch.
Next Step: Check out Challenge Hub for the next challenge or chapter!