Update .github
parent
f2c04dff35
commit
0ac2b50df1
|
@ -1,5 +1,6 @@
|
|||
## 如何贡献项目
|
||||
* 领取或创建新的 [Issue](https://github.com/yeasy/docker_practice/issues),如 [issue 235](https://github.com/yeasy/docker_practice/issues/235),添加自己为 Assignee。
|
||||
|
||||
* 领取或创建新的 [Issue](https://github.com/yeasy/docker_practice/issues),如 [issue 235](https://github.com/yeasy/docker_practice/issues/235),添加自己为 `Assignee`。
|
||||
|
||||
* 在 [GitHub](https://github.com/yeasy/docker_practice/fork) 上 `fork` 到自己的仓库,如 `docker_user/docker_practice`,然后 `clone` 到本地,并设置用户信息。
|
||||
|
||||
|
@ -19,7 +20,7 @@
|
|||
$ git push
|
||||
```
|
||||
|
||||
* 在 [GitHub](https://github.com/yeasy/docker_practice/pulls) 上提交 Pull Request,添加标签,并邀请维护者进行 Review。
|
||||
* 在 [GitHub](https://github.com/yeasy/docker_practice/pulls) 上提交 `Pull Request`,添加标签,并邀请维护者进行 `Review`。
|
||||
|
||||
* 定期使用项目仓库内容更新自己仓库内容。
|
||||
|
||||
|
|
|
@ -13,11 +13,12 @@
|
|||
* [ ] Debian 9
|
||||
* [ ] macOS
|
||||
* [ ] Windows 10
|
||||
* [ ] Raspberry Pi (ARM)
|
||||
* [ ] Others (Pls describe below)
|
||||
|
||||
### Docker Version
|
||||
<!--如果你的 Docker 版本低于 17.0 请尽可能升级到该版本-->
|
||||
<!--if Docker version under 17.0, please upgrade Docker to 17.09-->
|
||||
<!--如果你的 Docker 版本低于 17.09 请尽可能升级到该版本-->
|
||||
<!--if Docker version under 17.09, please upgrade Docker to 17.09-->
|
||||
|
||||
* [x] 17.11 Edge
|
||||
* [ ] 17.09 Stable
|
||||
|
|
Loading…
Reference in New Issue