@@ -18,22 +18,25 @@ a signoff.
1818
1919### Attribution and AI disclosure
2020
21- Do NOT add an ` Assisted-by ` , ` Co-developed-by ` , or similar commit
22- trailer crediting an AI tool. Instead, disclose AI assistance in the
23- ** pull request description** . Examples:
24-
25- - "I used a LLM to generate just unit tests."
26- - "This code was written in part with the assistance of generative AI."
27- - "A LLM was used to generate almost all of the code, but I am knowledgeable in this problem domain and reviewed it carefully."
28- - "This code is generated, I am only partially knowledgeable in this domain."
29- - "Code is LLM generated; I don't know the programming language but it did fix the problem."
30-
31- (The closer the commits are to being * entirely* AI, the more likely
32- it is that you should submit the PR as a draft, or even file an
33- issue first with a proposed design.)
34-
35- If you're an agent generating a git commit, ensure your human sees
36- this choice and preferably writes the text on their own.
21+ You SHOULD insert an ` Assisted-by: AI ` tag when the commit contains
22+ substantial assistance, and ` Generated-by: AI ` when the commit is
23+ effectively entirely generated.
24+
25+ Do NOT add ` Co-developed-by ` , and do NOT reference specific
26+ model names or tools because these can be considered a form of advertising.
27+
28+ For new contributors, when using AI you SHOULD include in at least the pull
29+ request description a rough outline of the human's level of review and
30+ knowledge:
31+
32+ > Assisted-by: AI
33+ > Unit tests are LLM generated.
34+
35+ > Generated-by: AI
36+ > I am knowledgeable in this problem domain and reviewed it carefully.
37+
38+ > Generated-by: AI
39+ > I don't know Rust|Go|... well, but I did test this and it fixed the problem.
3740
3841### Large changes
3942
0 commit comments