Update .github
parent
47b202f7bc
commit
0077c223c8
|
@ -1,6 +1,6 @@
|
|||
## 如何贡献项目
|
||||
|
||||
* 在 GitHub 上 `fork` 到自己的仓库,如 `docker_user/docker_practice`,然后 `clone` 到本地,并设置用户信息。
|
||||
* 在 [GitHub](https://github.com/yeasy/docker_practice/fork) 上 `fork` 到自己的仓库,如 `docker_user/docker_practice`,然后 `clone` 到本地,并设置用户信息。
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:docker_user/docker_practice.git
|
||||
|
@ -17,9 +17,10 @@
|
|||
$ git push
|
||||
```
|
||||
|
||||
* 在 GitHub 网站上提交 pull request。
|
||||
* 在 [GitHub](https://github.com/yeasy/docker_practice/pulls) 上提交 Pull request。
|
||||
|
||||
* 定期使用项目仓库内容更新自己仓库内容。
|
||||
|
||||
```bash
|
||||
$ git remote add upstream https://github.com/yeasy/docker_practice
|
||||
$ git fetch upstream
|
||||
|
|
|
@ -19,12 +19,11 @@
|
|||
<!--如果你的 Docker 版本低于 17.0 请尽可能升级到该版本-->
|
||||
<!--if Docker version under 17.0, please upgrade Docker to 17.09-->
|
||||
|
||||
* [x] 17.11 edge
|
||||
* [ ] 17.09 stable
|
||||
* [x] 17.11 Edge
|
||||
* [ ] 17.09 Stable
|
||||
* [ ] 1.13.0
|
||||
* [ ] Before 1.13.0
|
||||
|
||||
### Problem Description
|
||||
<!--描述你的问题,请贴出操作步骤,终端报错日志-->
|
||||
<!--describe problem with detailed steps and logs-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue