Skip to content

Commit 338f9e8

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 86d572f commit 338f9e8

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@ https://git.k8s.io/community/contributors/devel/release.md#issue-kind-label
1010
-->
1111

1212
**What type of PR is this?**
13-
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
14-
>
15-
> /kind api-change
16-
> /kind bug
17-
> /kind cleanup
18-
> /kind design
19-
> /kind documentation
20-
> /kind test
21-
> /kind failing-test
22-
> /kind feature
23-
> /kind flake
13+
14+
<!--
15+
Add one of the following kinds:
16+
/kind bug
17+
/kind cleanup
18+
/kind documentation
19+
/kind feature
20+
/kind design
21+
22+
Optionally add one or more of the following kinds if applicable:
23+
/kind api-change
24+
/kind deprecation
25+
/kind failing-test
26+
/kind flake
27+
/kind regression
28+
-->
2429

2530
**What this PR does / why we need it**:
2631

0 commit comments

Comments
 (0)