From 7eeddb67871bbf220b4da916b5dc220fc2ea5131 Mon Sep 17 00:00:00 2001 From: mosherBT Date: Fri, 24 Jul 2026 13:20:25 -0400 Subject: [PATCH 1/2] Add PR template specific to the Android SDK repo --- .github/pull_request_template.md | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 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..7f8a831 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,45 @@ +## Why + + + +## What Changed + + + +- + +## API Surface + + + +- [ ] No public API change +- [ ] Public API changed — README.md updated to match +- [ ] Backwards compatible with the currently released version +- [ ] Deprecations added instead of removals (where possible) + +## How to Test + + + +- [ ] `./gradlew test` passes locally +- [ ] Ran DemoAppJava against a real host/slot and verified behavior +- [ ] Ran DemoAppKotlin against a real host/slot and verified behavior +- [ ] Tested + + + +## Compatibility + + + +- [ ] minSdk / target API unchanged +- [ ] No new dependency added (or new dep is justified below and pulls no surprising transitive deps) +- [ ] GAID / consent / privacy behavior unchanged + +## Notes + + + +- [ ] Breaking change +- [ ] Requires release From 3993c25fb2d9c1522938e1a50ce1dc2d00bc9878 Mon Sep 17 00:00:00 2001 From: mosherBT Date: Fri, 24 Jul 2026 13:22:36 -0400 Subject: [PATCH 2/2] simplify --- .github/pull_request_template.md | 38 ++++++++------------------------ 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f8a831..bc95c5f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,45 +1,25 @@ ## Why - + ## What Changed - -- - -## API Surface - - - -- [ ] No public API change -- [ ] Public API changed — README.md updated to match -- [ ] Backwards compatible with the currently released version -- [ ] Deprecations added instead of removals (where possible) + Components: android_sdk, DemoAppJava, DemoAppKotlin, CI --> ## How to Test - - -- [ ] `./gradlew test` passes locally -- [ ] Ran DemoAppJava against a real host/slot and verified behavior -- [ ] Ran DemoAppKotlin against a real host/slot and verified behavior -- [ ] Tested - - - -## Compatibility + - +- [ ] `./gradlew test` passes +- [ ] Verified in DemoAppJava / DemoAppKotlin +- [ ] README updated (if public API changed) -- [ ] minSdk / target API unchanged -- [ ] No new dependency added (or new dep is justified below and pulls no surprising transitive deps) -- [ ] GAID / consent / privacy behavior unchanged + ## Notes -- [ ] Breaking change -- [ ] Requires release +- [ ] Breaking change +- [ ] Requires release