Skip to content

Commit eab977f

Browse files
nikopenk8s-ci-robot
authored andcommitted
don't use 'Fixes' for failing-tests and flakes (kubernetes#71278)
* don't use 'Fixes' for failing-tests and flakes * issue-closing nice-formatting and nits
1 parent dde084f commit eab977f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- Thanks for sending a pull request! Here are some tips for you:
2-
1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
2+
3+
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
34
2. Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here:
45
https://git.k8s.io/community/contributors/devel/release.md#issue-kind-label
56
3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/testing.md
@@ -22,7 +23,12 @@ https://git.k8s.io/community/contributors/devel/release.md#issue-kind-label
2223
2324
**What this PR does / why we need it**:
2425

25-
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
26+
**Which issue(s) this PR fixes**:
27+
<!--
28+
*Automatically closes linked issue when PR is merged.
29+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
30+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
31+
-->
2632
Fixes #
2733

2834
**Special notes for your reviewer**:

0 commit comments

Comments
 (0)