File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## 如何贡献项目
22
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 ` 。
44
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 ` 到本地,并设置用户信息。
66
77``` bash
88$ git clone
[email protected] :user_name/OnJava8.git
@@ -24,7 +24,7 @@ $ git push
2424
2525在 [ GitHub] ( https://github.com/lingcoder/OnJava8/pulls ) 上提交 ` Pull Request ` ,添加标签,并邀请维护者进行 ` Review ` 。
2626
27- 定期使用项目仓库内容更新自己仓库内容 。
27+ 定期使用源项目仓库内容同步更新自己仓库的内容 。
2828
2929``` bash
3030$ git remote add upstream https://github.com/lingcoder/OnJava8
You can’t perform that action at this time.
0 commit comments