From 13a3cf840b8d97f47cfa778555b67ecb3ee72750 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Fri, 26 Apr 2024 16:45:15 +0800 Subject: [PATCH] simplify code contribution --- CONTRIBUTING-zh_CN.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING-zh_CN.md b/CONTRIBUTING-zh_CN.md index d9600fd28..3cd9c425f 100644 --- a/CONTRIBUTING-zh_CN.md +++ b/CONTRIBUTING-zh_CN.md @@ -27,11 +27,6 @@ Ελληνικά · Türkçe

- - -以下是整理后的 Markdown 格式文档,用于描述如何为 [openimsdk/open-im-server](https://github.com/openimsdk/open-im-server) 项目贡献代码: - -```markdown # GitHub 贡献指南 本指南提供了如何为 [openimsdk/open-im-server](https://github.com/openimsdk/open-im-server) 项目贡献代码的详细步骤。 @@ -59,6 +54,8 @@ git clone https://github.com/your-username/open-im-server.git ``` + + ### 3. 设置远程上游 添加原始仓库为远程上游以便跟踪其更新: ```bash