Replies: 2 comments
-
I would say let's go with the git trailer convention and add trailers to commits with AI-generated code, such as:
See #600 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do wonder, should we somehow track use of AI generated code?
When looking on the internet for some standard, or best practice, I did not find much. But I think that simple addition of
Signed-off-by: AI
(or more specificSigned-off-by: AI ([email protected])
) into the commit message would be sufficient, and possibly optimal (thanks togit blame
).Beta Was this translation helpful? Give feedback.
All reactions