docs: list paseo-skins as a community project#2343
Open
huangguang1999 wants to merge 1 commit into
Open
Conversation
Contributor
|
| Filename | Overview |
|---|---|
| README.md | Adds a single paseo-skins bullet to the Community section, alphabetically positioned between paseo-relay and paseo-vscode, with consistent formatting. |
| README.zh-CN.md | Adds the matching Simplified Chinese entry for paseo-skins in the 社区 section, correctly placed between paseo-relay and paseo-vscode. |
| README.ja.md | Adds the matching Japanese entry for paseo-skins in the コミュニティ section, correctly placed between paseo-relay and paseo-vscode. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Community Section] --> B[paseo-relay]
A --> C[paseo-skins NEW]
A --> D[paseo-vscode]
C --> E[README.md - English]
C --> F[README.zh-CN.md - Simplified Chinese]
C --> G[README.ja.md - Japanese]
Reviews (1): Last reviewed commit: "docs: list paseo-skins as a community pr..." | Re-trigger Greptile
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.
Linked issue
Docs-only change; the PR template allows pure documentation changes without a linked issue.
Type of change
What does this PR do
Adds paseo-skins to the Community section in the English, Simplified Chinese, and Japanese READMEs.
The description identifies it as a community theme project with an Agent Skill and a zero-patch desktop theme loader, so it does not imply that theming is an official built-in Paseo feature.
How did you verify it
npm run build:serverto generate workspace declarations in a clean clone.npm run typechecksuccessfully.npm run lintsuccessfully with 0 warnings and 0 errors.npm run format:checksuccessfully.Checklist
npm run typecheckpassesnpm run lintpassesnpm run formatran (targeted vianpm run format:files)