Skip to content

Commit 097f945

Browse files
authored
Merge pull request docker#318 from thaJeztah/pr_template
add pull-request template
2 parents 5be670a + 9272dcb commit 097f945

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Please make sure you've read and understood our contributing guidelines;
3+
https://github.com/docker/cli/blob/master/CONTRIBUTING.md
4+
5+
** Make sure all your commits include a signature generated with `git commit -s` **
6+
7+
For additional information on our contributing process, read our contributing
8+
guide https://docs.docker.com/opensource/code/
9+
10+
If this is a bug fix, make sure your description includes "fixes #xxxx", or
11+
"closes #xxxx"
12+
13+
Please provide the following information:
14+
-->
15+
16+
**- What I did**
17+
18+
**- How I did it**
19+
20+
**- How to verify it**
21+
22+
**- Description for the changelog**
23+
<!--
24+
Write a short (one line) summary that describes the changes in this
25+
pull request for inclusion in the changelog:
26+
-->
27+
28+
29+
**- A picture of a cute animal (not mandatory but encouraged)**
30+

0 commit comments

Comments
 (0)