GitHub showcase: README, translations, CI, community files (+ NoSQL client fixes) - #288
Merged
Conversation
…ty files
README: picture-element logo (light/dark), trust badges (release, CI, Rust,
downloads, license, stars), 9-language bar, Install table, hero/inline
screenshot slots (commented until assets land), Changelog/Discussions nav,
Sponsors section, trademark line; "80+" everywhere (was 83).
Translations: docs/readme/readme_{zh,ja,ko,es,pt-BR,de,fr,hi}.md — short
translated READMEs using the app's own Navigation.* terminology.
CI: .github/workflows/ci.yml (tsc + jest, ubuntu) and rust.yml (cargo test
--locked, ubuntu); lint deliberately excluded until the eslint backlog is
cleared. Removed stale virtual-history-list.test.tsx (react-window mock).
Community: FUNDING.yml (GitHub Sponsors), dependabot.yml, CODEOWNERS, YAML
issue forms replacing .md templates.
Docs: docs/ARCHITECTURE.md replaces the stale docs/MYDEVTOOLS.md (which
claimed paid plans/accounts/GPL); /docs un-ignored (docs/superpowers/ stays
local); GOOD_FIRST_ISSUES draft moved to .claude/. Pointers updated in
CONTRIBUTING/SUPPORT/CLAUDE.md. CHANGELOG.md brought over from main.
Assets: assets/logo-{dark,light}.png, assets/social-preview.png (1280x640),
assets/SHOT_LIST.md for the maintainer-captured screenshots.
Cleanup: removed Google sign-in SVG from both public dirs; release.yml stale
comments fixed + pnpm cache/frozen-lockfile; metadata.ts + funding.json copy
no longer implies a server or Windows/Linux builds.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts: # .github/workflows/release.yml
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ThreatCrush Security Scan0 finding(s) No findings. |
…rings Unquoted values like 5319e7 / 008672 / 000000 parse as numbers and broke the documented gh label loop for three labels. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
First run hung 17 min in apt-get update (archive.ubuntu.com InRelease stall). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
itsmeakhil
marked this pull request as ready for review
August 19, 2026 16:40
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.
What
Brings the repository's public face up to the level of projects like usebruno/bruno, on top of the earlier community-files pass on this branch.
<picture>logo for light/dark, trust badges (release · CI · Rust · downloads · license · stars), 9-language bar, Install table, hero + inline screenshot slots (HTML-commented untilassets/hero-*.pngland — seeassets/SHOT_LIST.md), Changelog/Discussions nav, Sponsors section, trademark line. Tool count is "80+" everywhere.docs/readme/readme_{zh,ja,ko,es,pt-BR,de,fr,hi}.md, short translated READMEs using the app'sNavigation.*terminology. English stays canonical.ci.yml(tsc for both Next apps + jest, ubuntu) andrust.yml(cargo test --locked, ubuntu, rust-cache). Lint is intentionally not in CI yet: the tree has ~360 pre-existing eslint errors; it joins once cleared so the badge means something. Removed the stalevirtual-history-list.test.tsx(mockedreact-window, component uses@tanstack/react-virtual).FUNDING.yml(GitHub Sponsors, needs enrollment),dependabot.yml,CODEOWNERS, YAML issue forms replace the.mdtemplates.docs/ARCHITECTURE.mdreplacesdocs/MYDEVTOOLS.md(which was gitignored anyway and described paid plans, accounts and GPL)./docsis un-ignored;docs/superpowers/stays local; the GFI draft list moved to.claude/.CHANGELOG.mdmerged over from main.assets/logo-{dark,light}.png,assets/social-preview.png(1280×640, upload under Settings → Social preview),assets/SHOT_LIST.md.public/dirs;release.ymlstale comments fixed (+ pnpm cache,--frozen-lockfile);metadata.ts/funding.jsoncopy no longer implies a server or Windows/Linux builds.Also includes this branch's earlier NoSQL client fixes and the community files from f3b7361.
origin/mainmerged in.Follow-ups (not in this PR)
assets/SHOT_LIST.md, uncomment the image blocks, upload social preview, enroll GitHub Sponsors.ghseparately.mydevtools-releasesmirror step inrelease.ymlcan be retired once old installs have moved to the main-repo updater endpoint.🤖 Generated with Claude Code