mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
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:
parent
6324c137ea
commit
1ee320b703
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -9,17 +9,22 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
**What type of PR is this?**
|
**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
|
Add one of the following kinds:
|
||||||
> /kind bug
|
/kind bug
|
||||||
> /kind cleanup
|
/kind cleanup
|
||||||
> /kind deprecation
|
/kind documentation
|
||||||
> /kind design
|
/kind feature
|
||||||
> /kind documentation
|
/kind design
|
||||||
> /kind failing-test
|
|
||||||
> /kind feature
|
Optionally add one or more of the following kinds if applicable:
|
||||||
> /kind flake
|
/kind api-change
|
||||||
|
/kind deprecation
|
||||||
|
/kind failing-test
|
||||||
|
/kind flake
|
||||||
|
/kind regression
|
||||||
|
-->
|
||||||
|
|
||||||
**What this PR does / why we need it**:
|
**What this PR does / why we need it**:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user