From: Serge Hallyn Date: Mon, 17 Jul 2023 12:57:17 +0000 (-0500) Subject: CONTRIBUTING: add a note on AI generated code X-Git-Tag: v6.0.0~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4327%2Fhead;p=thirdparty%2Flxc.git CONTRIBUTING: add a note on AI generated code Signed-off-by: Serge Hallyn --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 6a3155db4..0ae03756e 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -107,3 +107,15 @@ that it cannot be reasonably attributed to a single developer please use: Co-developed-by: Random J Developer 1 Co-developed-by: Random J Developer 2 + +AI Generated Code: +------------------ + +Substantially AI generated code is not welcome. There are several +reasons for this. First, it violates the "The contribution was created +in whole or in part by me" statement of DCO. Second, the licensing +implications are not yet clear. Thirdly, we expect anyone who submits +code to fully understand what they are submitting. Finally, we put +a lot of time into reviewing patch submissions. Increasing the +volume of code to be reviewed with autogenerated boilerplate drivel +will take away time from more important reviews.