k8c.io/api/v3@v3.0.0-20230904060738-b0a93889c0b6/.github/PULL_REQUEST_TEMPLATE.md (about) 1 <!-- Thanks for sending a pull request! Here are some tips for you: 2 3 1. If this is your first time sending a pull request, please read our contributing guidelines: https://github.com/OWNER/PROJECT/blob/master/CONTRIBUTING.md 4 2. Make sure *all* commits in a pull request have the DCO signoff message. Without a DCO signoff, we can't review and merge your pull request due to legal reasons. Check the contributing guidelines for more information about DCO and how to sign commits: https://github.com/OWNER/PROJECT/blob/master/CONTRIBUTING.md#certificate-of-origin 5 3. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests 6 --> 7 8 **What this PR does / why we need it**: 9 10 **Which issue(s) does this PR fix?**: 11 <!-- optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged --> 12 Fixes # 13 14 **Special notes for your reviewer**: 15 16 **Does this PR introduce a user-facing change?**: 17 <!-- Write your release note: 18 1. 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". 19 2. If no release note is required, just write "NONE". 20 --> 21 ```release-note 22 ```