Add section about AI and automation in contributor's guide

Add a section mentioning expectations around AI submissions and use of
automation in creation pull requests.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2026-03-22 23:30:28 -07:00
parent db971c8977
commit ac48063835

View File

@@ -25,6 +25,18 @@ $ script/setup/install-dev-tools
$ make install-deps $ make install-deps
``` ```
## Automated and AI-generated contributions
Pull requests must be opened by a human. Any use of automation to create
pull requests must be approved by a maintainer. Accounts creating pull requests
using automation without prior approval may be restricted from the containerd
organization.
All AI-generated or AI-assisted submissions — whether code, PR descriptions,
or comments — must be reviewed by the human author before being submitted.
The human author is responsible for the correctness and quality of all content
in their pull request and any associated comments.
## Code style ## Code style
- Go files adhere to standard Go formatting and styling - Go files adhere to standard Go formatting and styling