Skip to content

Commit c5aaaa3

Browse files
committed
docs: update README features and repository requirements
This commit updates the README to reflect changes in the discovery sections and simplifies the repository inclusion criteria. - **docs**: Renamed home sections from "Trending", "Recently Updated", and "New" to "Trending", "Hot Release", and "Most Popular". - **docs**: Removed "Auto-scrolls to top" from the feature list. - **docs**: Updated repository requirements by removing the explicit constraint that the latest release must not be a prerelease. - **docs**: Re-indexed the requirement list and updated section references to match new category names.
1 parent c8b080c commit c5aaaa3

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,9 @@ GitHub® is a registered trademark of GitHub, Inc.
150150
## 🚀 Features
151151

152152
- **Smart discovery**
153-
- Home sections for “Trending”, “Recently Updated”, and “New” projects with time‑based filters.
153+
- Home sections for “Trending”, “Hot Release”, and “Most Popular” projects with time‑based filters.
154154
- Only repos with valid installable assets are shown.
155155
- Platform‑aware topic scoring so Android/desktop users see relevant apps first.
156-
- Auto‑scrolls to top when switching categories.
157156
- Overhauled search with improved relevance ranking and performance.
158157

159158
- **Release browser & installs**
@@ -198,11 +197,7 @@ Your project can appear automatically if it follows these conditions:
198197
1. **Public repository on GitHub**
199198
- Visibility must be `public`.
200199

201-
2. **At least one published release**
202-
- Created via GitHub Releases (not only tags).
203-
- The latest release must not be a draft or prerelease.
204-
205-
3. **Installable assets in the latest release**
200+
2. **Installable assets in the latest release**
206201
- The latest release must contain at least one asset file with a supported extension:
207202
- Android: `.apk`
208203
- Windows: `.exe`, `.msi`
@@ -211,13 +206,13 @@ Your project can appear automatically if it follows these conditions:
211206
- GitHub Store ignores GitHub’s auto‑generated source artifacts (`Source code (zip)` /
212207
`Source code (tar.gz)`).
213208

214-
4. **Discoverable by search / topics**
209+
3. **Discoverable by search / topics**
215210
- Repositories are fetched via the public GitHub Search API.
216211
- Topic, language, and description help the ranking:
217212
- Android apps: topics like `android`, `mobile`, `apk`.
218213
- Desktop apps: topics like `desktop`, `windows`, `linux`, `macos`, `compose-desktop`,
219214
`electron`.
220-
- Having at least a few stars makes it more likely to appear under Popular/Updated/New sections.
215+
- Having at least a few stars makes it more likely to appear under Trending/Hot Release/Most Popular sections.
221216

222217
If your repo meets these conditions, GitHub Store can find it through search and show it
223218
automatically—no manual submission required.

0 commit comments

Comments
 (0)