Skip to content

Commit 6dd6eb8

Browse files
Checkin template for pull requests (#87)
Adds a template for pull requests.
1 parent 4bc51cc commit 6dd6eb8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
1. If you want *faster* PR reviews, read how: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#best-practices-for-faster-reviews
3+
-->
4+
5+
**What this PR does / why we need it**:
6+
7+
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
8+
9+
**Special notes for your reviewer**:
10+
11+
**Release note**:
12+
<!-- Steps to write your release note:
13+
1. Use the release-note-* labels to set the release note state (if you have access)
14+
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
15+
-->
16+
```release-note
17+
```

0 commit comments

Comments
 (0)