Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2c821b

Browse files
authored
Update AI assistance disclosure requirements
Clarify expectations for AI contributions and manual verification in pull requests.
1 parent 4f444c8 commit d2c821b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,16 @@ To make the contribution process as seamless as possible, we ask for the followi
8282

8383
## AI Assistance Notice
8484

85-
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.
85+
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.
8686

8787
An example disclosure:
8888

8989
> This PR was written primarily by Claude Code.
9090
91-
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.
91+
Also, When using AI assistance:
92+
93+
* We epxect contributors to manually verify that the state of the pull request is OK (e.g. that the CLI is signed).
94+
* We expect contributors to understand the code that is produced and be able to answer critical questions about it
9295

9396
### Git Commit Message Guidelines
9497

0 commit comments

Comments
 (0)