File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 如何贡献项目
2
2
3
- 领取或创建新的 [ Issue] ( https://github.com/lingcoder/OnJava8/issues ) ,如 [ issue 14] ( https://github.com/lingcoder/OnJava8/issues/14 ) ,添加自己为 ` Assignee ` 。
3
+ 领取或创建新的 [ Issue] ( https://github.com/lingcoder/OnJava8/issues ) ,如 [ issue 14] ( https://github.com/lingcoder/OnJava8/issues/14 ) ,在编辑栏的右侧添加自己为 ` Assignee ` 。
4
4
5
- 在 [ GitHub] ( https://github.com/lingcoder/OnJava8/fork ) 上 ` fork ` 到自己的仓库,如 ` user_name/OnJava8 ` ,然后 ` clone ` 到本地,并设置用户信息。
5
+ 在 [ GitHub] ( https://github.com/lingcoder/OnJava8/fork ) 上 ` fork ` 项目到自己的仓库,你的如 ` user_name/OnJava8 ` ,然后 ` clone ` 到本地,并设置用户信息。
6
6
7
7
``` bash
8
8
$ git clone
[email protected] :user_name/OnJava8.git
@@ -24,7 +24,7 @@ $ git push
24
24
25
25
在 [ GitHub] ( https://github.com/lingcoder/OnJava8/pulls ) 上提交 ` Pull Request ` ,添加标签,并邀请维护者进行 ` Review ` 。
26
26
27
- 定期使用项目仓库内容更新自己仓库内容 。
27
+ 定期使用源项目仓库内容同步更新自己仓库的内容 。
28
28
29
29
``` bash
30
30
$ git remote add upstream https://github.com/lingcoder/OnJava8
You can’t perform that action at this time.
0 commit comments