Skip to content

Enhance README with download link and image#35

Merged
michaeljolley merged 1 commit intomainfrom
michaeljolley-patch-1
Mar 20, 2026
Merged

Enhance README with download link and image#35
michaeljolley merged 1 commit intomainfrom
michaeljolley-patch-1

Conversation

@michaeljolley
Copy link
Owner

Added a download link and image for the weather extension.

Description

Related Issue

Checklist

  • My code builds without errors (dotnet build -r win-x64)
  • I have run the tests (dotnet test -r win-x64)
  • I have added tests for new functionality (if applicable)
  • My commit messages follow Conventional Commits
  • I have updated documentation (if applicable)

Added a download link and image for the weather extension.
Copilot AI review requested due to automatic review settings March 20, 2026 20:35
@michaeljolley michaeljolley merged commit 709653e into main Mar 20, 2026
4 checks passed
@michaeljolley michaeljolley deleted the michaeljolley-patch-1 branch March 20, 2026 20:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"/>
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<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" />

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +4
<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"/>
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<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"/>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants