showuon commented on code in PR #22470:
URL: https://github.com/apache/kafka/pull/22470#discussion_r3371989107


##########
CONTRIBUTING.md:
##########
@@ -4,8 +4,27 @@
 
 It lists steps that are required before creating a PR.
 
+### License
+
 When you contribute code, you affirm that the contribution is your original 
work and that you
 license the work to the project under the project's open source license. 
Whether or not you
 state this explicitly, by submitting any copyrighted material via pull 
request, email, or
 other means you agree to license the material under the project's open source 
license and
 warrant that you have the legal authority to do so.
+
+### AI-Generated Contributions
+
+Based on the [ASF Generative Tooling 
Guidance](https://www.apache.org/legal/generative-tooling.html):
+
+- If you used AI tools in preparing your PR, please commit with the 
`Co-Authored-By`, `Generated-by`, or similar commit trailer.
+  ```
+  Co-Authored-By: <AI tool name and version>
+  Generated-by: <AI tool name and version>
+  ```
+  Example:
+  ```
+  KAFKA-9999: adding AGENTS.md
+
+  Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
+  ```
+- The human author remains responsible for all changes, regardless of the 
tools used to create them, and must certify that you wrote or otherwise have 
the right to submit the code you are contributing.

Review Comment:
   I know what you're talking about. Let's have the discussion on the dev 
mailing list. At least we document something first.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to