-
Notifications
You must be signed in to change notification settings - Fork 25
Update documentation contribution guidelines and code contribution wo… #252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jiaoshuntian
wants to merge
1
commit into
IvorySQL:master
Choose a base branch
from
jiaoshuntian:update_principle
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+19
−1
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,6 +93,10 @@ IvorySQL源码托管在github: <https://github.com/IvorySQL>。 | |
|
|
||
| 我们欢迎代码、文档、测试等各类贡献。 | ||
|
|
||
| ==== 文档贡献 | ||
|
|
||
| 如果您新增或更新某个插件适配文档,请同步更新 xref:master/ecosystem_components/ecosystem_overview.adoc[ecosystem_overview.adoc] 概述页面中的插件表格,至少补充或更新插件名称、版本、功能描述、适用场景以及详情页链接,确保概述页与插件详情页信息一致。 | ||
|
|
||
| ==== 签署CLA | ||
| 在提交代码或文档贡献之前,为了确保代码合法合规,个人或企业贡献者需要签署贡献者许可协议(CLA)。签署CLA是IvorySQL社区接受贡献的必要条件,以确保您的贡献被合法分发。请根据下列链接下载CLA进行签署并将签署后的CLA发送至 [email protected]。 | ||
|
|
||
|
|
@@ -125,6 +129,8 @@ IvorySQL源码托管在github: <https://github.com/IvorySQL>。 | |
| ==== 开发与提交Pull Request | ||
| 对于提交一个PR应该保持一个功能,或者一个bug提交一次。禁止多个功能一次提交。 | ||
|
|
||
| 提交 GitHub PR 之前,请先创建或认领对应的 Issue。所有 PR 都必须有至少一个对应的 Issue,用于关联需求、缺陷、讨论、评审和合并结果;没有对应 Issue 的 PR 不符合社区贡献流程。 | ||
|
|
||
| ===== Fork仓库 | ||
|
|
||
| 前往项目主页,点击Fork按钮,将IvorySQL项目Fork到您自己的GitHub账户中。 | ||
|
|
@@ -154,6 +160,8 @@ leave a comment | |
| 对该提交功能进行比较详细的描述 | ||
| ``` | ||
|
|
||
| 请在 PR 标题或描述中显式关联对应 Issue 编号,例如 `Fixes #123` 或 `Refs #123`。 | ||
|
|
||
| 点击Create pull request 按钮即可提交。 | ||
|
|
||
| === 维护者 | ||
|
|
||
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The creation of PR here is duplicated with line 238.