Conversation
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.
Motivation
Description
https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12to the README install section and compatibility notes and removed the contradictory “not available on the Mac App Store” line.Mac-App-Store/index.html) to include a prominent “Download on the App Store” CTA in the hero and closing actions.Mac-App-Store/support/index.htmlandMac-App-Store/privacy/index.htmlheaders and main action areas so support and privacy pages point users at the store listing.README.md,Mac-App-Store/index.html,Mac-App-Store/support/index.html,Mac-App-Store/privacy/index.html.Testing
rg -n "apps.apple.com/us/app/core-monitor/id6762558526\?mt=12|not available on the Mac App Store" README.md Mac-App-Store/index.html Mac-App-Store/support/index.html Mac-App-Store/privacy/index.htmland confirmed the App Store URL appears in the intended locations and the contradictory sentence was removed.nl -bato validate CTA placement in the hero and closing sections ofMac-App-Store/index.htmland link placements in support/privacy pages.git status --shortand created PR metadata via the project PR tooling for review.Codex Task