diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26ed8c77e..7e060fb2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,13 +82,16 @@ To make the contribution process as seamless as possible, we ask for the followi ## AI Assistance Notice -If a substantial part of your contribution is autogenerated with AI, **this must be disclosed in the pull request**, along with the extent to which AI assistance was used. +If a substantial part of your contribution is autogenerated with AI, **this must be disclosed in the pull request**, along with the extent to which AI assistance was used. AI contributions from non-maintainers needs to have a fairly narrow scope (e.g. a bug fix), as we have limited review capacity. An example disclosure: > This PR was written primarily by Claude Code. -When using AI assistance, we expect contributors to understand the code that is produced and be able to answer critical questions about it. Also, AI contributions from non-maintainers needs to have a fairly narrow scope (e.g. a bug fix), as we have limited review capacity. +Also, When using AI assistance: + +* We epxect contributors to manually verify that the state of the pull request is OK (e.g. that the CLI is signed). +* We expect contributors to understand the code that is produced and be able to answer critical questions about it ### Git Commit Message Guidelines