mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-04 19:32:17 +08:00
simplify code contribution
This commit is contained in:
parent
c529dab9b8
commit
13a3cf840b
@ -27,11 +27,6 @@
|
|||||||
<a href="docs/contributing/CONTRIBUTING-GR.md">Ελληνικά</a> ·
|
<a href="docs/contributing/CONTRIBUTING-GR.md">Ελληνικά</a> ·
|
||||||
<a href="docs/contributing/CONTRIBUTING-TR.md">Türkçe</a>
|
<a href="docs/contributing/CONTRIBUTING-TR.md">Türkçe</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
以下是整理后的 Markdown 格式文档,用于描述如何为 [openimsdk/open-im-server](https://github.com/openimsdk/open-im-server) 项目贡献代码:
|
|
||||||
|
|
||||||
```markdown
|
|
||||||
# GitHub 贡献指南
|
# GitHub 贡献指南
|
||||||
|
|
||||||
本指南提供了如何为 [openimsdk/open-im-server](https://github.com/openimsdk/open-im-server) 项目贡献代码的详细步骤。
|
本指南提供了如何为 [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
|
git clone https://github.com/your-username/open-im-server.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 3. 设置远程上游
|
### 3. 设置远程上游
|
||||||
添加原始仓库为远程上游以便跟踪其更新:
|
添加原始仓库为远程上游以便跟踪其更新:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user