mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 02:19:28 +00:00
update pr template issue links section
incorporate review comments remove newline
This commit is contained in:
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -27,13 +27,23 @@ Optionally add one or more of the following kinds if applicable:
|
||||
|
||||
#### What this PR does / why we need it:
|
||||
|
||||
#### Which issue(s) this PR fixes:
|
||||
#### Which issue(s) this PR is related to:
|
||||
<!--
|
||||
*Automatically closes linked issue when PR is merged.
|
||||
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
|
||||
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
|
||||
Please link relevant issues to help with tracking.
|
||||
|
||||
To automatically close the linked issue(s) when this PR is merged,
|
||||
add the word "Fixes" before the issue number or link.
|
||||
Do not use "Fixes" if the PR is of kind `failing-test` or `flake`.
|
||||
|
||||
Reference KEPs when applicable in addition to specific issues.
|
||||
|
||||
Examples:
|
||||
Fixes #<issue number>
|
||||
<issue link> (issue in a different repository)
|
||||
KEP: https://github.com/kubernetes/enhancements/issues/<kep-issue-number>
|
||||
|
||||
If there is no associated issue, then write "N/A".
|
||||
-->
|
||||
Fixes #
|
||||
|
||||
#### Special notes for your reviewer:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user