From b23c4a6d86a24381d74e1bcec5a8f5172540709e Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 18 Mar 2026 13:43:24 +0100 Subject: [PATCH] docs: Add note on AI PRs to CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0286a3170e..f9831d8a01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,10 @@ Please search the [issue tracker](https://github.com/getsentry/sentry-python/iss We will review your pull request as soon as possible. Thank you for contributing! +### AI Use + +You are welcome to use whatever tools you prefer for making a contribution. However, any changes you propose have to be reviewed and tested by you, a human, first, before you submit a pull request with them for the Sentry team to review. If we feel like that didn't happen, we will close the PR outright. For example, we won't review visibly AI-generated PRs from an agent instructed to look for and "fix" open issues in the repo. + ## Development Environment ### Set up Python