diff --git a/templates/contribute/index.md b/templates/contribute/index.md index edb31be92..c05578c12 100644 --- a/templates/contribute/index.md +++ b/templates/contribute/index.md @@ -61,6 +61,12 @@ style violations documented in this guide are welcome. Other stylistic PRs that approval by the authors of the affected files may be closed. We invite authors to instead discuss the proposed change on Zulip and, when significant consensus among reviewers is reached, to open a PR to the style guide. +## Use of AI + +If you use artificial intelligence (such as, by using github's copilot mode, asking an LLM like ChatGPT or using an agent like Codex, Claude or Gemini), please explain this in the PR description. Explain which tool(s) you used and how you used it. This provides useful context for reviewers: tools make different mistakes than humans, so knowing this makes it easier to spot common errors. + +It is essential that you can vouch for all the code submitted in a PR, and understand all the content written by an AI. If you don't, then it is possible that the PR actually has negative value to the community, and you are expecting others to do the real work for you! + ## Working on mathlib We use `git` to manage and version control `mathlib`.