Skip to content

Commit a1080ff

Browse files
authored
Merge pull request #277 from duanmengkk/add_pull_template
add pull template
2 parents 276cd08 + d5f30ca commit a1080ff

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
**What type of PR is this?**
2+
3+
<!--
4+
Add one of the following kinds:
5+
6+
/kind api-change
7+
/kind bug
8+
/kind cleanup
9+
/kind deprecation
10+
/kind design
11+
/kind documentation
12+
/kind failing-test
13+
/kind feature
14+
/kind flake
15+
16+
-->
17+
18+
**What this PR does / why we need it**:
19+
20+
**Which issue(s) this PR fixes**:
21+
Fixes #
22+
23+
**Special notes for your reviewer**:
24+
25+
**Does this PR introduce a user-facing change?**:
26+
<!--
27+
If no, just write "NONE" in the release-note block below.
28+
If yes, a release note is required.
29+
-->
30+
```release-note
31+
32+
```

0 commit comments

Comments
 (0)