Skip to content

Commit 27d9693

Browse files
chore: Add PR template checkbox for cross sdk review on public API changes (#6386)
Add PR template checkbox for cross sdk review on public API changes Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
1 parent 5a316ea commit 27d9693

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/pull_request_template.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020

2121
## :pencil: Checklist
2222
<!--- Put an `x` in the boxes that apply -->
23-
- [ ] I added tests to verify changes
24-
- [ ] No new PII added or SDK only sends newly added PII if `sendDefaultPII` is enabled
23+
- [ ] I added tests to verify changes.
24+
- [ ] No new PII added or SDK only sends newly added PII if `sendDefaultPII` is enabled.
2525
- [ ] I updated the docs if needed.
2626
- [ ] I updated the wizard if needed.
27-
- [ ] All tests passing
28-
- [ ] No breaking changes
27+
- [ ] All tests passing.
28+
- [ ] Public API changes reviewed by another Mobile SDK team member or implemented according to the [develop docs](https://develop.sentry.dev/) spec.
29+
- [ ] No breaking changes.
2930

3031
## :crystal_ball: Next steps

0 commit comments

Comments
 (0)