From 0a68fbb81108c6dd0a3ea511ff3b59e9484ef883 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 19 Nov 2024 15:54:00 +0100 Subject: [PATCH] chore: Update PR template Remove I reviewed the code and add updating the wizard and the docs because we often forget to update these. --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aaff963e..74ec09c4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,11 +13,11 @@ You have to check all boxes before merging: -- [ ] 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. -## :crystal_ball: Next steps \ No newline at end of file +## :crystal_ball: Next steps