From 6ae125ae8fd0866742e4e5a6c79a2c0a4990d283 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 1 Jul 2026 11:40:26 +0200 Subject: [PATCH] chore: Add PR template checkbox for cross sdk review on public API changes Add PR template checkbox for cross sdk review on public API changes --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d92456c3..19e0f524 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,6 +25,7 @@ - [ ] I updated the docs if needed. - [ ] I updated the wizard if needed. - [ ] All tests passing +- [ ] Public API changes reviewed by another Mobile SDK team member or implemented according to the [develop docs](https://develop.sentry.dev/) spec - [ ] No breaking changes ## :crystal_ball: Next steps