From 91f4b45b8e2efd212e222fde40cd874967614671 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 19 Nov 2024 15:49:01 +0100 Subject: [PATCH] chore: Update PR template Remove I reviewed the code and add updating the wizard because we often forget to update it. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 459ff3e14cd..ba7891ff9a9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,10 +13,10 @@ ## :pencil: Checklist -- [ ] 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. +- [ ] I updated the wizard 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.