...

Text file src/k8s.io/klog/v2/.github/PULL_REQUEST_TEMPLATE.md

Documentation: k8s.io/klog/v2/.github

     1<!--  Thanks for sending a pull request!  Here are some tips for you:
     21. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/guide/pull-requests.md#the-pull-request-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
     32. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
     43. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
     54. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
     65. If this PR changes image versions, please title this PR "Bump <image name> from x.x.x to y.y.y."
     7-->
     8
     9**What this PR does / why we need it**:
    10
    11**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    12Fixes #
    13
    14**Special notes for your reviewer**:
    15
    16_Please confirm that if this PR changes any image versions, then that's the sole change this PR makes._
    17
    18**Release note**:
    19<!--  Write your release note:
    201. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
    212. If no release note is required, just write "NONE".
    22-->
    23```release-note
    24
    25```

View as plain text