From 1ee320b703e0f485e89d800ab049d9398661463f Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 8 Apr 2020 08:51:02 +0200 Subject: [PATCH] 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 --- .github/PULL_REQUEST_TEMPLATE.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4deb9becec2..0245adff9a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 + + **What this PR does / why we need it**: