Add collaboration guide for third-parties#131
Merged
xijing21 merged 1 commit intoruyisdk:mainfrom Feb 10, 2026
Merged
Conversation
Signed-off-by: WANG Xuerui <git@xen0n.name>
Contributor
Reviewer's GuideAdds a new Chinese-language documentation page describing collaboration models for third parties integrating with RuyiSDK, covering both source-based and binary-based integration and distribution flows. Flow diagram for source-based third-party integration with RuyiSDKflowchart TD
ThirdParty[第三方项目] -->|提供源码| SourceCode[软件包源码]
SourceCode -->|提交/共享给| RuyiTeam[RuyiSDK 团队]
RuyiTeam -->|构建| BinaryPkg[二进制软件包]
BinaryPkg -->|上传至| OfficialMirror[RuyiSDK 官方镜像源]
BinaryPkgDef[软件包定义] -->|维护于| OfficialRepo[RuyiSDK 官方软件源仓库]
RuyiTeam -->|维护| BinaryPkgDef
OfficialMirror -->|通过 RuyiSDK 包管理器分发| Users[终端用户]
OfficialRepo -->|提供元数据给| Users
ThirdParty -->|提供打包建议与必要信息| RuyiTeam
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- In the markdown bullets, keep formatting consistent by adding spaces around bold text (e.g.,
通过 **第三方自有渠道** 分发to match earlier items) and avoiding mixed styles within the same list.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- In the markdown bullets, keep formatting consistent by adding spaces around bold text (e.g., `通过 **第三方自有渠道** 分发` to match earlier items) and avoiding mixed styles within the same list.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
xijing21
reviewed
Feb 9, 2026
| @@ -0,0 +1,35 @@ | |||
| # 第三方接入 RuyiSDK 的合作模式 | |||
|
|
|||
| RuyiSDK 团队欢迎第三方项目寻求接入 RuyiSDK 的生态。我们把目前支持的合作模式列举如下;我们欢迎感兴趣的合作方与我们联系。 | |||
Collaborator
There was a problem hiding this comment.
在公开的给合作伙伴可见的文章中,"第三方"换成“合作伙伴”是不是更加合适些?
Contributor
Author
There was a problem hiding this comment.
我觉得可能还好吧,还没合作怎么能叫合作伙伴?不过你想改的话可以自己改掉
Collaborator
|
先合入,后续再更新维护 |
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.
Summary by Sourcery
Documentation: