AI Contribution Policy for the Flux project #5848
stefanprodan
announced in
Announcements
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
AI Coding Assistants Guidance
Using AI Agents to help write your PR is acceptable, but as the author, you are responsible for understanding the code and the documentation you submit. Please review all the AI-generated content and make sure it follows the contributing guidelines before submitting your PR.
All Flux repositories contain an
AGENTS.mdfile. You must point your AI Agent toAGENTS.mdand ask it to follow the guidelines and conventions described there.Trim down the verbiage in the PR description, commit messages and code comments. When engaging with Flux maintainers please refrain from using AI Agents to generate responses, we want to talk to you, not to your AI Agent.
AI Agents must not add their product name to
Signed-off-byorCo-authored-bytags in the commit message. Only humans can legally certify the Developer Certificate of Origin (DCO).You should disclose the use of AI Agents in the description of your PR and in the commit message using the
Assisted-by: AGENT_NAME/LLM_VERSIONtag.Adding the
Assisted-bytag to the commit message can be done with:Note that the
Signed-off-bytag is set via the-sflag using your real name and email (user.nameanduser.emailmust be set in Git config).References
Beta Was this translation helpful? Give feedback.
All reactions