File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
如果你在使用本仓库时,发现任何问题或者有修改建议,欢迎提出来并修改,成为我们的贡献者。
4
4
5
5
## Markdown
6
- 本仓库下所有文件均为 [ Markdown] ( https://www.markdownguide.org/ ) 文件。要想了解 Markdown 快速上手,可以查看[ 快速入门] ( https://www.markdownguide.org/getting-started ) .
6
+ 本仓库下所有文件均为 [ Markdown] ( https://www.markdownguide.org/ ) 文件。要想了解 Markdown 快速上手,可以查看[ 快速入门] ( https://www.markdownguide.org/getting-started ) 。
7
7
8
8
## 贡献流程
9
9
@@ -59,7 +59,7 @@ $ git checkout -b myfeature
59
59
60
60
### 步骤五: 修改内容
61
61
62
- 在新创建的分支修改内容 。
62
+ 在新创建的分支中修改内容 。
63
63
64
64
### 步骤六: 提交(Commit)
65
65
@@ -80,7 +80,7 @@ git add -u (add modified and deleted files, not include new files)
80
80
git add . (add new and modified files, not including deleted files)
81
81
```
82
82
83
- ### 步骤七:把修改推到远端仓库 (Push)
83
+ ### 步骤七:把变更推到远端仓库 (Push)
84
84
85
85
完成修改后,需要把修改内容推到你 fork 的远端仓库。
86
86
@@ -98,6 +98,6 @@ $ git push origin myfeature
98
98
99
99
恭喜你成为我们的贡献者!
100
100
101
- > ** 建议**
102
- > PR 内容修改少,会更容易审校、合并。
103
- > 如果你要修改的内容很多,涉及多个文件,可以分开提 PR。
101
+ > ** 建议**
102
+ > PR 内容修改少,会更容易审校、合并。
103
+ > 如果你要修改的内容很多,涉及多个文件,可以分开提 PR。
You can’t perform that action at this time.
0 commit comments