Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@
GitHub Store is a cross-platform app store for GitHub releases, designed to simplify discovering and installing open-source software. It automatically detects installable binaries (APK, EXE, DMG, AppImage, DEB, RPM), provides one-click installation, tracks updates, and presents repository information in a clean, app-store style interface.

Built with Kotlin Multiplatform and Compose Multiplatform for Android and Desktop platforms.

</div>

> [!CAUTION]
> Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [LINK](https://keepandroidopen.org/).
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Replace the non-descriptive [LINK] anchor text with something meaningful.

markdownlint (MD059) flags [LINK] as non-descriptive. Additionally, the statement "Google will turn Android into a locked-down platform" asserts a certainty, while the PR title itself says "potential lockdown" — aligning the wording with the actual state of the campaign (an ongoing threat, not a concluded outcome) would be more accurate.

✏️ Proposed fix
-> [!CAUTION]
-> Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [LINK](https://keepandroidopen.org/).
+> [!CAUTION]
+> Free and Open-Source Android is under threat. Google is pushing to turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [Keep Android Open](https://keepandroidopen.org/).
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 65-65: Link text should be descriptive

(MD059, descriptive-link-text)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 65, Replace the non-descriptive `[LINK]` anchor with
meaningful text and soften the definitive language: change the anchor to
something like "Keep Android Open petition" (or "Keep Android Open campaign")
and replace "will turn Android into a locked-down platform" with a less certain
phrasing such as "could turn Android into a locked-down platform" or "may lead
to a locked-down Android," so the sentence reads e.g. "Make your voice heard –
Keep Android Open petition (https://keepandroidopen.org/)." Ensure the visible
link text replaces `[LINK]` and the URL remains intact.


<p align="middle">
<img src="./screenshots/banner.jpeg" width="99%" />
<img src="./screenshots/01.jpg" width="18%" />
Expand Down