Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions contributors/guide/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Co-authored by> or <Generated by> 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
Expand Down