viktorsomogyi commented on code in PR #22470: URL: https://github.com/apache/kafka/pull/22470#discussion_r3371899382
########## 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: A more formal version of this is the DCO: https://github.com/apps/dco. Lightweight, but it makes the contributor very aware of that they need to attest that they're the author (and there will be no room for "didn't read it"). I don't think we should expand the scope of this PR necessarily, but I think it's better, more formal than the documentation only as it requires an explicit agreement from the contributor on the PR. -- 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]
