-
Notifications
You must be signed in to change notification settings - Fork 6
solution 02 first issue
This shows two example issues. Yours will look different and that is fine.
Title: TODO in welcome.md: missing workshop schedule link
Body:
In
docs/welcome.md, line 15, there is a TODO comment that says "add link to workshop schedule." This placeholder should be replaced with an actual link so students can find the schedule.Steps to find it:
- Open
docs/welcome.md- Search for "TODO"
- The comment is on line 15
Title: Add accessibility tips section to welcome.md
Body:
The welcome document covers what students will do but does not mention accessibility features. A short section pointing students to screen reader shortcuts and keyboard navigation would help everyone start on equal footing.
Suggested location: After the "What you will learn" section.
- Clear title: Someone scanning the issue list can understand the topic without opening it
- Enough context: Another person could find and understand the problem from your description alone
- Reproducible location: File name and line number (if relevant) so the fix is easy to find
Both bug reports and feature suggestions are valid for this challenge. The key is writing clearly enough that a stranger could act on your issue.