diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 330a422000..459ff3e14c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,11 +12,14 @@ ## :pencil: Checklist -- [ ] I reviewed the submitted code -- [ ] I added tests to verify the changes -- [ ] No new PII added or SDK only sends newly added PII if `sendDefaultPII` is enabled -- [ ] I updated the docs if needed -- [ ] No breaking changes + +- [ ] I reviewed the submitted code. +- [ ] I added tests to verify the changes. +- [ ] No new PII added or SDK only sends newly added PII if `sendDefaultPII` is enabled. +- [ ] I updated the docs if needed. +- [ ] Review from the native team if needed. +- [ ] No breaking change or entry added to the changelog. +- [ ] No breaking change for hybrid SDKs or communicated to hybrid SDKs. ## :crystal_ball: Next steps