From 537d0037f6c2b71af5f12eb671774ea09d20a4b7 Mon Sep 17 00:00:00 2001 From: mosherBT Date: Thu, 13 Aug 2026 13:52:07 -0400 Subject: [PATCH] Add pull request template Mirrors the template in the Android SDK repo, with the components, test command and demo app names swapped for their iOS equivalents. --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d1926e1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +## Why + + + +## What Changed + + + +## How to Test + + + +- [ ] `bundle exec fastlane tests` passes +- [ ] Verified in demo-ios-swift / demo-ios-objc +- [ ] README updated (if public API changed) + + + +## Notes + + + +- [ ] Breaking change +- [ ] Requires release