Update 如何贡献

This commit is contained in:
LingCoder
2019-04-01 07:44:30 +08:00
committed by GitHub
parent 12d6ddfad0
commit b6d9ffd188

View File

@@ -1,8 +1,8 @@
## 如何贡献项目
领取或创建新的 [Issue](https://github.com/lingcoder/OnJava8/issues),如 [issue 14](https://github.com/lingcoder/OnJava8/issues/14) ,添加自己为 `Assignee`
领取或创建新的 [Issue](https://github.com/lingcoder/OnJava8/issues),如 [issue 14](https://github.com/lingcoder/OnJava8/issues/14) 在编辑栏的右侧添加自己为 `Assignee`
在 [GitHub](https://github.com/lingcoder/OnJava8/fork) 上 `fork` 到自己的仓库,如 `user_name/OnJava8`,然后 `clone` 到本地,并设置用户信息。
在 [GitHub](https://github.com/lingcoder/OnJava8/fork) 上 `fork` 项目到自己的仓库,你的`user_name/OnJava8`,然后 `clone` 到本地,并设置用户信息。
```bash
$ git clone git@github.com:user_name/OnJava8.git
@@ -24,7 +24,7 @@ $ git push
在 [GitHub](https://github.com/lingcoder/OnJava8/pulls) 上提交 `Pull Request`,添加标签,并邀请维护者进行 `Review`
定期使用项目仓库内容更新自己仓库内容。
定期使用项目仓库内容同步更新自己仓库内容。
```bash
$ git remote add upstream https://github.com/lingcoder/OnJava8