From df75d76fad8fdc2380e419bacfc0ea6b9f5dd4ab Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Wed, 25 Mar 2026 15:56:48 +0100 Subject: [PATCH] meta: Add note to coordinate with assignee before PR submission --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9831d8a01..7b294e6fa3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,10 @@ Please search the [issue tracker](https://github.com/getsentry/sentry-python/iss ## Submitting Changes +Before submitting a pull request, please check whether the issue you're planning to address, if there is one, is assigned to anyone. If you want to help with an issue that already has an assignee, comment on it first to coordinate with the person assigned whether the contribution would make sense before opening a pull request. + +To make a contribution: + - Fork the `sentry-python` repo and prepare your changes. - Add tests for your changes to `tests/`. - Run tests and make sure all of them pass.