-
Notifications
You must be signed in to change notification settings - Fork 6
solution 11 day2 pr
github-actions[bot] edited this page May 14, 2026
·
2 revisions
This shows a PR created from a locally-pushed branch.
Title: docs: improve welcome page formatting and fix broken link
Body:
## Changes
- Fixed the broken link to the schedule on line 22
- Added a "Getting Help" section after the introduction
- Cleaned up inconsistent heading levels
## How I made these changes
I cloned the repo locally (Challenge 10), created a branch called
`fix/welcome-improvements`, made the edits in VS Code, committed,
and pushed. This PR is the result.
Closes #8
## Pattern recognition
Compared to my Day 1 PR (Challenge 6), this one:
- Started from a local clone instead of the GitHub web editor
- Had multiple commits instead of just one
- Required a `git push` step that Day 1 did not need| Day 1 PR (Challenge 6) | Day 2 PR (Challenge 11) |
|---|---|
| Edited on github.com or github.dev | Edited locally in VS Code, Desktop, or terminal |
| Single commit created through the web UI | One or more commits created with git commit
|
| Branch created on GitHub | Branch created locally with git checkout -b
|
| No push needed (already on GitHub) | Required git push to send branch to GitHub |
| PR created from the web prompt | PR created from the web prompt or gh pr create
|
The learning objective is recognizing the similarities and differences between web-based and local Git workflows. Both end with a PR. If you created a PR from a locally-pushed branch and noted what changed compared to Day 1, you completed this challenge.
Use these official references when you need the current source of truth for facts in this chapter.
Use this map to verify facts for each major section in this file.
- Example PR: GitHub Docs, home, GitHub Changelog, About Git, GitHub flow, About pull requests
- Changes: GitHub Docs, home, GitHub Changelog
- How I made these changes: GitHub Docs, home, GitHub Changelog
- Pattern recognition: GitHub Docs, home, GitHub Changelog
- What is different from Day 1: GitHub Docs, home, GitHub Changelog
- What matters: GitHub Docs, home, GitHub Changelog
- 00 Setup
- 01 Tools
- 02 GitHub
- 03 Repositories
- 04 Learning Room
- 05 Issues
- 06 Pull Requests
- 07 Merge Conflicts
- 08 Culture
- 09 Labels Milestones Projects
- 10 Day 1 Close
- 11 VS Code Interface
- 12 VS Code Accessibility
- 13 How Git Works
- 14 Git in Practice
- 15 Code Review
- 16 Copilot
- 17 Issue Templates
- 18 Fork and Contribute
- 19 Accessibility Agents
- 20 Build Your Agent
- 21 GitHub Accessibility and Open Source
- 22 What Comes Next
Use these official references when you need the current source of truth for the wiki navigation structure and the GitHub workflow concepts represented by these links.
- Start: GitHub Docs, home, GitHub Changelog
- Day 1: GitHub Docs, home, GitHub Changelog, About Git, GitHub flow, About pull requests
- Day 2: GitHub Docs, home, GitHub Changelog, About Git, GitHub flow, About pull requests
- Reference: GitHub Docs, home, GitHub Changelog
- Contributors: GitHub Docs, home, GitHub Changelog