-
Notifications
You must be signed in to change notification settings - Fork 3
test: Chapter 4 & 5 practice submissions with validation tests #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Chapter 4.1: Create Your First Issue - Test Submission | ||
|
|
||
| **Student:** Test User (@testuser) | ||
| **Challenge:** Chapter 4 - Working with Issues | ||
| **Task:** Create one issue with a clear title and short description | ||
|
|
||
| ## What I Learned | ||
|
|
||
| I learned how to create an issue on GitHub with: | ||
| - A clear, descriptive title | ||
| - A concise description of what needs to be done | ||
| - Proper formatting using markdown | ||
|
|
||
| ## My Practice Issue | ||
|
|
||
| I created issue #1 requesting to add a new feature to the learning room documentation. | ||
|
|
||
| The issue includes: | ||
| - Title: "Add keyboard shortcuts guide" | ||
| - Description: Brief explanation of what's needed | ||
| - Labels: documentation, enhancement | ||
|
|
||
| ## Reflection | ||
|
|
||
| Creating issues helps organize work and communicate clearly with team members. Good issue titles make it easier for everyone to understand what needs attention. | ||
|
|
||
| --- | ||
|
|
||
| **Completion checklist:** | ||
| - [x] Issue created with clear title | ||
| - [x] Description provided | ||
| - [x] Issue linked in this document | ||
| - [x] Reflection written |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,26 @@ | ||||||
| # Chapter 5.2: Open a Linked PR - Test Submission | ||||||
|
|
||||||
| This PR demonstrates linking to an issue using the Closes keyword. | ||||||
|
|
||||||
| ## What Changed | ||||||
|
|
||||||
| Added documentation about creating issues in Chapter 4. | ||||||
|
|
||||||
| ## Issue Reference | ||||||
|
|
||||||
| Closes #1 | ||||||
|
|
||||||
| ## Testing Checklist | ||||||
|
|
||||||
| - [x] Branch created from main | ||||||
| - [x] Changes committed with clear message | ||||||
| - [x] PR linked to issue using "Closes #XX" | ||||||
| - [x] PR description includes what changed | ||||||
|
|
||||||
| ## Notes | ||||||
|
|
||||||
| For more information about GitHub workflow, [click here](./nonexistent-file.md). | ||||||
|
||||||
| For more information about GitHub workflow, [click here](./nonexistent-file.md). | |
| For more information about GitHub workflow, see the [GitHub workflow documentation](./nonexistent-file.md). |
Copilot
AI
Mar 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image references ./screenshot.png, but there is no screenshot.png file in the repository, so link validation will fail. Add the image asset at that path or update the link to an existing image.
|  | |
|  |
Copilot
AI
Mar 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description says there is a “missing alt text on image” validation case, but the image here already has alt text ("Project screenshot"), so that specific check will not fail. Either update the PR description to match reality, or adjust the markdown if you intended to test the missing-alt-text validator.
Copilot
AI
Mar 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text "read more" is non-descriptive and is flagged by the repo’s accessibility checker. Use specific link text that describes what the reader will get at the destination.
| You can [read more](https://example.com) about pull requests in the GitHub docs. | |
| You can [read more about pull requests in the GitHub docs](https://example.com). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This relative link points to a file that doesn't exist in the repo, so link validation will fail. Update it to an existing document path (or add the referenced file if it’s intended to exist).