mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Unify punctuation.
This commit is contained in:
@ -10,23 +10,23 @@
|
||||
|
||||
在每个页面的右上角有一个「编辑」图标,您可以按照以下步骤修改文本或代码:
|
||||
|
||||
1. 点击编辑按钮,如果遇到“需要 Fork 此仓库”的提示,请同意该操作;
|
||||
2. 修改 Markdown 源文件内容,并确保内容正确,同时尽量保持排版格式的统一;
|
||||
1. 点击编辑按钮,如果遇到“需要 Fork 此仓库”的提示,请同意该操作。
|
||||
2. 修改 Markdown 源文件内容,并确保内容正确,同时尽量保持排版格式的统一。
|
||||
3. 在页面底部填写修改说明,然后点击“Propose file change”按钮;页面跳转后,点击“Create pull request”按钮即可发起拉取请求。
|
||||
|
||||

|
||||
|
||||
由于图片无法直接修改,因此需要通过新建 [Issue](https://github.com/krahets/hello-algo/issues) 或评论留言来描述图片问题,我们会尽快重新绘制并替换图片。
|
||||
由于图片无法直接修改,因此需要通过新建 [Issue](https://github.com/krahets/hello-algo/issues) 或评论留言来描述问题,我们会尽快重新绘制并替换图片。
|
||||
|
||||
## 内容创作
|
||||
|
||||
如果您有兴趣参与此开源项目,包括将代码翻译成其他编程语言、扩展文章内容等,那么需要实施 Pull Request 工作流程:
|
||||
|
||||
1. 登录 GitHub ,将[本仓库](https://github.com/krahets/hello-algo) Fork 到个人账号下;
|
||||
2. 进入您的 Fork 仓库网页,使用 git clone 命令将仓库克隆至本地;
|
||||
3. 在本地进行内容创作,并通过运行测试以验证代码的正确性;
|
||||
4. 将本地所做更改 Commit ,然后 Push 至远程仓库;
|
||||
5. 刷新仓库网页,点击“Create pull request”按钮即可发起拉取请求;
|
||||
1. 登录 GitHub ,将[本仓库](https://github.com/krahets/hello-algo) Fork 到个人账号下。
|
||||
2. 进入您的 Fork 仓库网页,使用 git clone 命令将仓库克隆至本地。
|
||||
3. 在本地进行内容创作,并通过运行测试以验证代码的正确性。
|
||||
4. 将本地所做更改 Commit ,然后 Push 至远程仓库。
|
||||
5. 刷新仓库网页,点击“Create pull request”按钮即可发起拉取请求。
|
||||
|
||||
## Docker 部署
|
||||
|
||||
|
||||
@ -35,15 +35,15 @@
|
||||
|
||||
## C# 环境
|
||||
|
||||
1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) ;
|
||||
1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) 。
|
||||
2. 在 VSCode 的插件市场中搜索 `c#` ,安装 c# 。
|
||||
|
||||
## Swift 环境
|
||||
|
||||
1. 下载并安装 [Swift](https://www.swift.org/download/);
|
||||
1. 下载并安装 [Swift](https://www.swift.org/download/)。
|
||||
2. 在 VSCode 的插件市场中搜索 `swift` ,安装 [Swift for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang)。
|
||||
|
||||
## Rust 环境
|
||||
|
||||
1. 下载并安装 [Rust](https://www.rust-lang.org/tools/install);
|
||||
1. 下载并安装 [Rust](https://www.rust-lang.org/tools/install)。
|
||||
2. 在 VSCode 的插件市场中搜索 `rust` ,安装 [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)。
|
||||
|
||||
Reference in New Issue
Block a user