Skip to content

Commit

Permalink
fix: wrong link in CONTRIBUTING.zh_CN.md file
Browse files Browse the repository at this point in the history
Signed-off-by: longyue0521 <[email protected]>
  • Loading branch information
longyue0521 committed Oct 20, 2023
1 parent 97ceea4 commit 7d1c1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## 在贡献代码之前

项目欢迎代码补丁,但为了确保事情得到良好协调,您应该在开始工作之前讨论任何重大变更。
建议您在 issue 跟踪器中表明您的贡献意图,可以通过[认领现有 issue](https://github.com/golang/go/issues)[创建新 issue](https://github.com/trpc-group/tnet/issues/new) 来实现。
建议您在 issue 跟踪器中表明您的贡献意图,可以通过[认领现有 issue](https://github.com/trpc-group/tnet/issues)[创建新 issue](https://github.com/trpc-group/tnet/issues/new) 来实现。

### 查看 issue 跟踪器

Expand Down Expand Up @@ -52,7 +52,7 @@ issue 会被分类以管理工作流程。

- 确保您的代码符合项目的代码规范。
这包括但不限于代码风格、注释规范等。这有助于我们维护项目的整洁性和一致性。
- 在提交 PR 之前,请确保您已在本地测试过您的代码。 确保代码没有明显的错误并且可以正常运行。
- 在提交 PR 之前,请确保您已在本地测试过您的代码(`go test ./...`)。 确保代码没有明显的错误并且可以正常运行。
- 要使用新代码更新拉取请求,只需将其推送到分支; 您可以添加更多提交,也可以 rebase 并 force-push(两种风格都可以接受)。
- 如果请求被接受,所有提交将被压缩,最终提交描述将由 PR 的标题和描述组成。
单个提交的描述将被丢弃。 请参阅以下“编写良好的提交消息”以获取一些建议。
Expand Down

0 comments on commit 7d1c1c6

Please sign in to comment.