Skip to content

Commit 94550b8

Browse files
Add Pull Request Template
Add a pull request template. Modeled after CRI-O (Thanks @saschagrunert!) and Dockers. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
1 parent 5b69f70 commit 94550b8

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!--
2+
Thanks for sending a pull request!
3+
4+
Please make sure you've read and understood our contributing guidelines
5+
(https://github.com/containers/buildah/blob/master/CONTRIBUTING.md) as well as ensuring
6+
that all your commits are signed with `git commit -s`.
7+
-->
8+
9+
#### What type of PR is this?
10+
11+
<!--
12+
Please label this pull request according to what type of issue you are
13+
addressing, especially if this is a release targeted pull request.
14+
15+
Uncomment only one `/kind <>` line, hit enter to put that in a new line, and
16+
remove leading whitespace from that line:
17+
-->
18+
19+
> /kind api-change
20+
> /kind bug
21+
> /kind cleanup
22+
> /kind deprecation
23+
> /kind design
24+
> /kind documentation
25+
> /kind failing-test
26+
> /kind feature
27+
> /kind flake
28+
> /kind other
29+
30+
#### What this PR does / why we need it:
31+
32+
#### How to verify it
33+
34+
#### Which issue(s) this PR fixes:
35+
36+
<!--
37+
Automatically closes linked issue when PR is merged.
38+
Uncomment the following comment block and include the issue
39+
number or None on one line.
40+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`, or `None`.
41+
-->
42+
43+
<!--
44+
Fixes #
45+
or
46+
None
47+
-->
48+
49+
#### Special notes for your reviewer:
50+
51+
#### Does this PR introduce a user-facing change?
52+
53+
<!--
54+
If no, just write `None` in the release-note block below. If yes, a release note
55+
is required: Enter your extended release note in the block below. If the PR
56+
requires additional action from users switching to the new release, include the
57+
string "action required".
58+
59+
For more information on release notes please follow the kubernetes model:
60+
https://git.k8s.io/community/contributors/guide/release-notes.md
61+
-->
62+
63+
```release-note
64+
65+
```
66+

0 commit comments

Comments
 (0)