docs: align workshop issue names with tailspin-toys backlog#153
Merged
Conversation
Correct two drifting issue titles referenced in the workshop so they match
the seeded backlog in github-samples/tailspin-toys:
- "Add a custom instructions standard..." -> "Update our repository coding standards"
- "Stretch Goal: Implement pagination..." -> "Implement pagination on the game list page"
Also align pagination follow-up wording in the CLI/VS Code/Cloud harnesses
("games listing page" -> "game list page"), and clarify the App Lesson 1
backlog note that the template seeds eight issues while the harness focuses
on three. Updated English and all localized copies.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: ed873a81-b7a8-4d29-9fed-334aeeffa94c
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates workshop lesson text under docs/ so references to seeded Tailspin Toys backlog issues match the current github-samples/tailspin-toys issue titles, and aligns pagination wording across harnesses and localizations.
Changes:
- Updated the Copilot App harness (Lessons 1 and 3) to use the correct seeded issue title “Update our repository coding standards”.
- Removed “Stretch Goal:” from the pagination issue title references and standardized wording to “game list page” in follow-up suggestions/prompts.
- Propagated the same wording updates across
es-es,ja-jp,ko-kr,pt-br, andzh-cnlocalized copies.
Show a summary per file
| File | Description |
|---|---|
| docs/app/1-install-copilot-app.md | Clarifies seeded issue count (8) and updates the three focused issue titles. |
| docs/app/3-custom-instructions.md | Updates the referenced seeded issue title to match the Tailspin Toys backlog. |
| docs/cli/7-slash-commands.md | Aligns the delegated pagination prompt wording to “game list page”. |
| docs/cloud/5-iterating.md | Aligns optional follow-up pagination wording to “game list page”. |
| docs/vscode/6-iterating.md | Aligns optional follow-up pagination wording to “game list page”. |
| docs/es-es/app/1-install-copilot-app.md | Spanish localization: clarifies seeded issue count and updates focused issue titles. |
| docs/es-es/app/3-custom-instructions.md | Spanish localization: updates the referenced seeded issue title. |
| docs/ja-jp/app/1-install-copilot-app.md | Japanese localization: clarifies seeded issue count and updates focused issue titles. |
| docs/ja-jp/app/3-custom-instructions.md | Japanese localization: updates the referenced seeded issue title. |
| docs/ko-kr/app/1-install-copilot-app.md | Korean localization: clarifies seeded issue count and updates focused issue titles. |
| docs/ko-kr/app/3-custom-instructions.md | Korean localization: updates the referenced seeded issue title. |
| docs/pt-br/app/1-install-copilot-app.md | Portuguese (BR) localization: clarifies seeded issue count and updates focused issue titles. |
| docs/pt-br/app/3-custom-instructions.md | Portuguese (BR) localization: updates the referenced seeded issue title. |
| docs/zh-cn/app/1-install-copilot-app.md | Chinese (Simplified) localization: clarifies seeded issue count and updates focused issue titles. |
| docs/zh-cn/app/3-custom-instructions.md | Chinese (Simplified) localization: updates the referenced seeded issue title. |
Review details
- Files reviewed: 15/15 changed files
- Comments generated: 1
- Review effort level: Low
Comment on lines
86
to
+87
| 1. Select **My work** in the sidebar | ||
| 2. Select the issue titled **Add a custom instructions standard so generated TypeScript code includes clear TSDoc doc comments** to open the issue. | ||
| 2. Select the issue titled **Update our repository coding standards** to open the issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
The workshop references seeded issue titles from
github-samples/tailspin-toys, and two of them had drifted from the actual backlog titles. This corrects the names and clarifies the backlog note.Changes
es-es,ja-jp,ko-kr,pt-br,zh-cn).Notes / follow-up (not in this PR)
While investigating, I found that CLI Lesson 6 tells the learner to "pull the related issue down from the repository" for the accessibility work, which expects a seeded accessibility/high-contrast issue — but the bootstrap doesn't seed one today (Cloud and VS Code create/prompt it themselves). Flagged for a later pass.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com