-
Notifications
You must be signed in to change notification settings - Fork 62.6k
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/skills/introduction-to-github
What part(s) of the article would you like to see updated?
The "Introduction to GitHub" Skills course instructions, specifically the workflow section involving branch creation, commits, and pull requests. Currently, the order of steps is unclear and often leads to "workflow mismatch" errors for beginners.
Beginners frequently get stuck with workflow mismatch errors because the documentation doesn't clearly explain the required order of operations or the correct branch naming convention.
By adding:
- A simple step-by-step diagram of the workflow
- Clear examples of branch naming
- Troubleshooting tips for workflow mismatch errors
…the documentation will become more beginner-friendly, improve the GitHub Skills learning experience, and reduce frustration for first-time users.
Additional information
This issue occurs reliably during the GitHub Skills course whenever the branch is created in a different order than expected. Many beginners report being blocked at this step.
Suggested improvements:
- Include screenshots of correct branch creation and pull request steps.
- Add a FAQ section addressing common workflow mismatch errors.
This change would positively impact thousands of new GitHub learners.