Update README with workshop links and images - #61
Closed
arn2407 wants to merge 7 commits into
Closed
Conversation
Added links to workshops and images in README.
There was a problem hiding this comment.
Pull request overview
This PR updates the repository README to include links to Copilot workshops and embedded screenshots, intended to help contributors find training resources directly from the project’s documentation.
Changes:
- Added two workshop URLs near the top of
README.md - Added two externally hosted images (GitHub user-attachments) to the README
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+1
to
+9
| Basic workshop url: https://github-samples.github.io/copilot-workshops/vscode/0-prerequisites/ | ||
| Agentic devops workshop: https://copilot-dev-days.github.io/agentic-workflows-workshop/step.html?step=readme | ||
|
|
||
| Free hack: | ||
| <img width="1238" height="646" alt="image" src="https://github.com/user-attachments/assets/889908e1-2d72-42c5-be0c-6382d6d4b023" /> | ||
| <img width="1243" height="646" alt="image" src="https://github.com/user-attachments/assets/7f891afb-1d87-4db1-af38-cefa93edab60" /> | ||
|
|
||
|
|
||
|
|
Introduce getAllCategories/getAllPublishers helpers and extend getAllGames with optional category/publisher filters (AND across groups, OR within a group), with unit test coverage.
New GameFilters.astro component renders accessible checkbox groups and filters the prerendered game grid client-side; GameCard now exposes category/publisher ids for filtering.
Covers filter visibility, single/multi-category OR, publisher filter, combined AND, clear filters, and keyboard interaction.
Update README features section and copilot-instructions repository structure to reflect the new filtering helpers, component, and tests.
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.
Added links to workshops and images in README.
Description
Related Issue
Type of Change
Changes Made
Testing
Data Layer Changes
npm run test:unit- all tests passnpm run db:generate) for any schema changeFrontend Changes
npm run test:e2e- all tests passdata-testidattributes to interactive elementsnpm run build)Checklist
Additional Notes