Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Why

<!-- What problem does this solve? Link Slack/Sentry/issue if relevant -->

## What Changed

<!-- Bullet points: [component]: change + reason if non-obvious.
Components: android_sdk, DemoAppJava, DemoAppKotlin, CI -->

## How to Test

<!-- How to QA/Test this PR -->

- [ ] `./gradlew test` passes
- [ ] Verified in DemoAppJava / DemoAppKotlin
- [ ] README updated (if public API changed)

<!-- Screenshot or recording from a demo app if behavior is visible -->

## Notes

<!-- Tradeoffs, edge cases, migration steps, follow-ups -->

- [ ] Breaking change
- [ ] Requires release <!-- a vX.Y.Z tag should be published after merge -->
Loading