diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md index 0bc4bd5c4ef..32c27ac70be 100644 --- a/contributors/guide/pull-requests.md +++ b/contributors/guide/pull-requests.md @@ -622,6 +622,14 @@ reference to this documentation if they come to the conclusion that the difficulty of properly reviewing the Pull Request outweighs the benefit that the Pull Request provides. +## Acknowledge AI usage + +Kubernetes is not discouraging the use of AI assistants. +The ask is to acknowledge if AI assistants are used. The author of the PR should add information into "Special notes for your reviewer" about what AI tools they used. +Commits should not include attribution to AI assistants. One should not use or tags in commit messages. + +Please understand that any Pull requests you are the author and the expectation is that you understand the details of your pull request. + ## Fixing Linter Issues Kubernetes has a set of linter checks. Some of those must pass in the entire