Update AI assistance disclosure requirements

Clarify expectations for AI contributions and manual verification in pull requests.
This commit is contained in:
Bjørn Erik Pedersen
2026-05-23 11:54:57 +02:00
committed by GitHub
parent 4f444c810c
commit d2c821b5c7
+5 -2
View File
@@ -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