mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-26 06:56:19 +00:00
Update templates for github issue and pr
This commit is contained in:
parent
3f754a806e
commit
81e9416d13
43
.github/ISSUE_TEMPLATE.md
vendored
43
.github/ISSUE_TEMPLATE.md
vendored
@ -1,47 +1,30 @@
|
|||||||
### your OS
|
* [ ] Have u googled the problem? If no, pls do that first!
|
||||||
|
|
||||||
<!--请选择你的系统版本-->
|
### Environment
|
||||||
<!--select your os version-->
|
<!--请提供环境信息,包括操作系统版本等-->
|
||||||
|
<!--Provides env info like OS version-->
|
||||||
|
|
||||||
* [x] Linux
|
* [x] Linux
|
||||||
|
|
||||||
* [x] CentOS 7
|
* [x] CentOS 7
|
||||||
|
|
||||||
* [ ] Ubuntu 14.04
|
|
||||||
|
|
||||||
* [ ] Ubuntu 16.04
|
* [ ] Ubuntu 16.04
|
||||||
|
|
||||||
* [ ] Ubuntu 17.04
|
|
||||||
|
|
||||||
* [ ] Ubuntu 17.10
|
* [ ] Ubuntu 17.10
|
||||||
|
|
||||||
* [ ] CoreOS
|
* [ ] CoreOS
|
||||||
|
|
||||||
* [ ] Debian 7.7
|
|
||||||
|
|
||||||
* [ ] Debian 8
|
* [ ] Debian 8
|
||||||
|
|
||||||
* [ ] Debian 9
|
* [ ] Debian 9
|
||||||
|
* [ ] MacOS
|
||||||
|
|
||||||
* [ ] macOS
|
|
||||||
|
|
||||||
* [ ] Windows 10
|
* [ ] Windows 10
|
||||||
|
* [ ] Others (Pls describe below)
|
||||||
|
|
||||||
### Docker CE Version
|
### Docker Version
|
||||||
|
<!--如果你的 Docker 版本低于 17.0 请尽可能升级到该版本-->
|
||||||
<!--如果你的 Docker 版本低于 17.09 请尽可能升级到该版本-->
|
<!--if Docker version under 17.0, please upgrade Docker to 17.09-->
|
||||||
<!--if Docker version under 17.09, please upgrade Docker to 17.09-->
|
|
||||||
|
|
||||||
* [x] 17.11 edge
|
* [x] 17.11 edge
|
||||||
|
|
||||||
* [ ] 17.09 stable
|
* [ ] 17.09 stable
|
||||||
|
|
||||||
* [ ] 1.13.0
|
* [ ] 1.13.0
|
||||||
|
* [ ] Before 1.13.0
|
||||||
|
|
||||||
* [ ] 1.8.0
|
### Problem Description
|
||||||
|
<!--描述你的问题,请贴出操作步骤,终端报错日志-->
|
||||||
|
<!--describe problem with detailed steps and logs-->
|
||||||
|
|
||||||
### Problem description
|
|
||||||
|
|
||||||
<!--描述你的问题,请贴出终端报错截图-->
|
|
||||||
<!--describe problem-->
|
|
||||||
|
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,11 +1,20 @@
|
|||||||
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
|
<!--
|
||||||
for this project's contribution guidelines. Remove these comments
|
Thanks for your contribution.
|
||||||
as you go. -->
|
See [CONTRIBUTING](CONTRIBUTING.md) for contribution guidelines.
|
||||||
|
-->
|
||||||
|
|
||||||
### Proposed changes (optional)
|
### Proposed changes (Mandatory)
|
||||||
|
|
||||||
<!--Tell us what you did and why-->
|
<!--
|
||||||
|
Tell us what you did and why:
|
||||||
|
|
||||||
### Fix issues (optional)
|
One line short description
|
||||||
|
|
||||||
<!--Tell us what issues you fixed-->
|
And details in other paragraphs.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Fix issues (Optional)
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Tell us what issues you fixed, e.g., fix #123
|
||||||
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user