From 5ed40c3ed934b3ed1682cef098fbdf55b46ee893 Mon Sep 17 00:00:00 2001 From: ajeetyadav Date: Tue, 14 May 2024 16:54:07 +0530 Subject: [PATCH] Update PR template with bidder integration checklist --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9fdb04ba556..15c1de0fdbf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,13 @@ Thank you for your pull request. Please make sure this PR is scoped to one chang - [ ] Does this change affect user-facing APIs or examples documented on http://prebid.org? - [ ] Other +## Bidder Integration +- [ ] Checked bidder is compatible with the current prebid version +- [ ] Checked all the relvant dependencies +- [ ] Verified compatibility for adpushup.js +- [ ] Verified compatibility for AMP DVC +- [ ] Raise PR for Prebid submodule update in adpushup.js and AMP DVC + ## Description of change