Enhance README with download link and image#35
Conversation
Added a download link and image for the weather extension.
There was a problem hiding this comment.
Pull request overview
Updates the repository README to promote the Weather extension by adding a Microsoft Store download badge/link near the top of the document.
Changes:
- Added a Microsoft Store installer link.
- Added a “Get it from Microsoft” badge image to accompany the link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Weather Extension for Microsoft Command Palette | ||
|
|
||
| <a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self" > | ||
| <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> |
There was a problem hiding this comment.
The new store badge image is missing an alt attribute. Please add descriptive alt text (e.g., “Get it from Microsoft Store”) so the README remains accessible to screen readers.
| <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> | |
| <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200" alt="Get it from Microsoft Store" /> |
| <a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self" > | ||
| <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> |
There was a problem hiding this comment.
There’s a stray tab indentation before the <img> and an extra space before the closing > on the <a ...> tag. Please normalize the whitespace (spaces-only indentation, no trailing spaces) to keep the README diff clean and consistent.
| <a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self" > | |
| <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> | |
| <a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self"> | |
| <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> |
Added a download link and image for the weather extension.
Description
Related Issue
Checklist
dotnet build -r win-x64)dotnet test -r win-x64)