Skip to content

Commit

Permalink
PR template breaking changes for hybrid SDKs (#2511)
Browse files Browse the repository at this point in the history
Add an item to remind the author of a PR to communicate breaking changes for hybrid SDKs.
  • Loading branch information
philipphofmann committed Feb 2, 2023
1 parent c1399c1 commit 658c557
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@

## :pencil: Checklist
<!--- Put an `x` in the boxes that apply -->
- [ ] 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

0 comments on commit 658c557

Please sign in to comment.