Skip to content

Commit b6d9ffd

Browse files
authored
Update 如何贡献
1 parent 12d6ddf commit b6d9ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)