Skip to content

Commit 5725c2d

Browse files
authored
Merge branch 'doocs:main' into main
2 parents bea539e + d616e81 commit 5725c2d

File tree

692 files changed

+67395
-50428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

692 files changed

+67395
-50428
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,18 @@ https://doocs.github.io/leetcode
191191
1. 将你的变更以 PR 的形式提交过来,项目的维护人员会在第一时间对你的变更进行 review!
192192
1. 你也可以参考帮助文档 https://help.github.com/cn 了解更多细节。
193193

194-
<p align="center">
195-
  <a href="https://github.com/doocs/leetcode"><img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/leetcode@main/images/how-to-contribute.svg" alt="how-to-contribute"></a>
196-
</p>
194+
<div align="center">
195+
196+
```mermaid
197+
graph TD;
198+
A[LeetCode 仓库 <br> doocs/leetcode.git] -- 1.Fork(派生) --> B[你的 GitHub 仓库 <br> yourusername/leetcode.git];
199+
B -- 2.Git 克隆 --> C[本地开发环境];
200+
C -- 3.创建新分支并修改代码 --> D[本地修改后的代码];
201+
D -- 4.提交 & 推送到你的仓库 --> B;
202+
B -- 5.提交 Pull Request(合并请求) --> A;
203+
```
204+
205+
</div>
197206

198207
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=149001365&machine=basicLinux32gb&location=SoutheastAsia)
199208

README_EN.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,18 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
183183
1. Create a pull request with your changes!
184184
1. See [CONTRIBUTING](https://github.com/doocs/.github/blob/main/CONTRIBUTING.md) or [GitHub Help](https://help.github.com/en) for more details.
185185

186-
<p align="center">
187-
  <a href="https://github.com/doocs/leetcode"><img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/leetcode@main/images/how-to-contribute.svg" alt="how-to-contribute"></a>
188-
</p>
186+
<div align="center">
187+
188+
```mermaid
189+
graph TD;
190+
A[LeetCode Repo <br> doocs/leetcode.git] -- 1.Fork --> B[Your GitHub Repo <br> yourusername/leetcode.git];
191+
B -- 2.Git Clone --> C[Local Machine];
192+
C -- 3.Create a New Branch & Make Changes --> D[Modify Code Locally];
193+
D -- 4.Commit & Push to Your Repo --> B;
194+
B -- 5.Create a Pull Request --> A;
195+
```
196+
197+
</div>
189198

190199
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=149001365&machine=basicLinux32gb&location=EastUs)
191200

0 commit comments

Comments
 (0)