Skip to content

Commit 1288330

Browse files
authored
Create pull_request_template.md
added PR template (similar to https://github.com/kubernetes/kubernetes/edit/master/.github/PULL_REQUEST_TEMPLATE.md)
1 parent 20a16fd commit 1288330

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**What this PR does / why we need it**:
2+
3+
**Which issue(s) this PR fixes**:
4+
Fixes #
5+
6+
**Special notes for your reviewer**:
7+
8+
**Release note**:
9+
<!-- Write your release note:
10+
1. Enter your release note in the below block.
11+
2. If no release note is required, just write "NONE" within the block.
12+
13+
Format of block header: <category> <target_group>
14+
Possible values:
15+
- category: improvement|noteworthy
16+
- target_group: user|operator
17+
-->
18+
```improvement operator
19+
20+
```

0 commit comments

Comments
 (0)