Skip to content

Commit 16f5e99

Browse files
authored
Merge pull request #311 from kubernetes-sigs/davidz627-patch-1
Create PULL_REQUEST_TEMPLATE
2 parents dfdc0fb + bb6c34d commit 16f5e99

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
3+
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
4+
2. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
5+
3. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
6+
-->
7+
8+
**What type of PR is this?**
9+
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
10+
>
11+
> /kind api-change
12+
> /kind bug
13+
> /kind cleanup
14+
> /kind design
15+
> /kind documentation
16+
> /kind failing-test
17+
> /kind feature
18+
> /kind flake
19+
20+
**What this PR does / why we need it**:
21+
22+
**Which issue(s) this PR fixes**:
23+
<!--
24+
*Automatically closes linked issue when PR is merged.
25+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
26+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
27+
-->
28+
Fixes #
29+
30+
**Special notes for your reviewer**:
31+
32+
**Does this PR introduce a user-facing change?**:
33+
<!--
34+
If no, just write "NONE" in the release-note block below.
35+
If yes, a release note is required:
36+
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
37+
-->
38+
```release-note
39+
40+
```

0 commit comments

Comments
 (0)