mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Improve github templates
Add more contrast and change `you` to `I` in pull requests template. Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
9ff7439162
commit
8d9396c5f9
2 changed files with 12 additions and 12 deletions
14
.github/ISSUE_TEMPLATE.md
vendored
14
.github/ISSUE_TEMPLATE.md
vendored
|
@ -19,33 +19,33 @@ Use the commands below to provide key information from your environment:
|
|||
You do NOT have to include this information if this is a FEATURE REQUEST
|
||||
-->
|
||||
|
||||
Output of `docker version`:
|
||||
**Output of `docker version`:**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
|
||||
Output of `docker info`:
|
||||
**Output of `docker info`:**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
Provide additional environment details (AWS, VirtualBox, physical, etc.):
|
||||
**Additional environment details (AWS, VirtualBox, physical, etc.):**
|
||||
|
||||
|
||||
|
||||
List the steps to reproduce the issue:
|
||||
**Steps to reproduce the issue:**
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
|
||||
Describe the results you received:
|
||||
**Describe the results you received:**
|
||||
|
||||
|
||||
Describe the results you expected:
|
||||
**Describe the results you expected:**
|
||||
|
||||
|
||||
Provide additional info you think is important:
|
||||
**Additional information you deem important (e.g. issue happens only occasionally):**
|
||||
|
|
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -9,15 +9,15 @@ guide https://docs.docker.com/opensource/code/
|
|||
|
||||
If this is a bug fix, make sure your description includes "fixes #xxxx", or
|
||||
"closes #xxxx"
|
||||
-->
|
||||
|
||||
Please provide the following information:
|
||||
-->
|
||||
|
||||
- What did you do?
|
||||
**- What I did**
|
||||
|
||||
- How did you do it?
|
||||
**- How I did it**
|
||||
|
||||
- How do I see it or verify it?
|
||||
**- How to verify it**
|
||||
|
||||
- A picture of a cute animal (not mandatory but encouraged)
|
||||
**- A picture of a cute animal (not mandatory but encouraged)**
|
||||
|
||||
|
|
Loading…
Reference in a new issue