Skip to content

Commit 1ee320b

Browse files
committed
Add kind/regression label to the pull request template
We now add the kind/regression to the PR template. We also put the kinds into an HTML comment, because prow is now able to ignore those entries. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 6324c13 commit 1ee320b

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
@@ -9,17 +9,22 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k
99
-->
1010

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

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

0 commit comments

Comments
 (0)