We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a316ea commit 27d9693Copy full SHA for 27d9693
1 file changed
.github/pull_request_template.md
@@ -20,11 +20,12 @@
20
21
## :pencil: Checklist
22
<!--- 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
+- [ ] I added tests to verify changes.
+- [ ] No new PII added or SDK only sends newly added PII if `sendDefaultPII` is enabled.
25
- [ ] I updated the docs if needed.
26
- [ ] I updated the wizard if needed.
27
-- [ ] All tests passing
28
-- [ ] No breaking changes
+- [ ] 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.
29
+- [ ] No breaking changes.
30
31
## :crystal_ball: Next steps
0 commit comments