Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2f33e2a

Browse files
docs: update readme guideline (#4480)
1 parent f352441 commit 2f33e2a

File tree

4 files changed

+11
-33
lines changed

4 files changed

+11
-33
lines changed

‎README.md‎

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## 站点
2323

24-
https://leetcode.doocs.org
24+
<https://leetcode.doocs.org>
2525

2626
## 算法全解
2727

@@ -190,19 +190,10 @@ https://leetcode.doocs.org
190190
1. 进入 leetcode 目录,切换到一个新的分支;
191191
1. 对项目做出一些变更,然后使用 git add、commit、push 等命令将你的本地变更提交到你的远程 GitHub 仓库;
192192
1. 将你的变更以 PR 的形式提交过来,项目的维护人员会在第一时间对你的变更进行 review!
193-
1. 你也可以参考帮助文档 https://help.github.com/cn 了解更多细节。
193+
1. 你也可以参考帮助文档 <https://help.github.com/cn> 了解更多细节。
194194

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

208199
[![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)
@@ -228,20 +219,14 @@ graph TD;
228219

229220
本项目著作权归 [GitHub 开源社区 Doocs](https://github.com/doocs) 所有,商业转载请联系 @yanglbme 获得授权,非商业转载请注明出处。
230221

231-
## 支持我们
232-
233-
如果你觉得这个项目对你有帮助,欢迎通过下方的二维码请我们喝一杯 ☕️〜
234-
235-
<div align="center">
236-
<img src="./images/support1.jpg" width="260px" />
237-
</div>
238-
239-
## 联系我们
222+
## 联系我们 & 支持项目
240223

241224
欢迎各位小伙伴们添加 @yanglbme 的个人微信(微信号:YLB0109),备注 「**leetcode**」。后续我们会创建算法、技术相关的交流群,大家一起交流学习,分享经验,共同进步。
242225

243-
| <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" width="260px" align="left"/> |
244-
| ------------------------------------------------------------------------------------------------------------------------------ |
226+
如果你觉得这个项目对你有帮助,也欢迎通过微信扫码赞赏我们 ☕️〜
227+
228+
| <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" width="260px" align="center"/> | <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/leetcode%40main/images/support1.jpg" width="260px" align="center"/> |
229+
| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
245230

246231
## 许可证
247232

‎README_EN.md‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,7 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
185185
1. See [CONTRIBUTING](https://github.com/doocs/.github/blob/main/CONTRIBUTING.md) or [GitHub Help](https://help.github.com/en) for more details.
186186

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

200191
[![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)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /