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 <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2020-04-08 08:51:02 +02:00
parent 6324c137ea
commit 1ee320b703
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52

View File

@ -9,17 +9,22 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k
-->
**What type of PR is this?**
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line:
>
> /kind api-change
> /kind bug
> /kind cleanup
> /kind deprecation
> /kind design
> /kind documentation
> /kind failing-test
> /kind feature
> /kind flake
<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind design
Optionally add one or more of the following kinds if applicable:
/kind api-change
/kind deprecation
/kind failing-test
/kind flake
/kind regression
-->
**What this PR does / why we need it**: