tuhaihe commented on PR #1740: URL: https://github.com/apache/cloudberry/pull/1740#issuecomment-4437278154
A couple of additional suggestions that may help improve the overall developer workflow around AI-assisted contributions: 1. It may be useful to add an optional attribution line in the git commit message template, similar to the approach discussed in the Linux kernel coding assistants guidance: https://docs.kernel.org/process/coding-assistants.html For example: > Assisted-by: ChatGPT > Assisted-by: GitHub Copilot This could provide lightweight transparency/provenance information without making AI disclosure a strict requirement. If this direction looks reasonable, we could also update `.gitmessage` accordingly. 2. Regarding `AGENTS.md`, I think the idea itself is still useful for contributor onboarding, especially for developers who are newer to AI-assisted workflows. To avoid conflicts with local developer files, perhaps we could rename it to something like: > AGENTS.md.template This would position it more as a reference/example template rather than a required project file, while still helping contributors quickly get started with AI-assisted development practices. Some other ASF projects also ship `AGENTS.md`: - https://github.com/apache/spark/blob/master/AGENTS.md - https://github.com/apache/iceberg/blob/main/AGENTS.md -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
