From 95f04f76b6c1b56cc316862e04992558e1f6a847 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 19 Nov 2024 15:50:23 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8f6cb81ab4..d92456c3ad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,9 +20,10 @@ ## :pencil: Checklist -- [ ] I reviewed submitted code - [ ] I added tests to verify 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. - [ ] All tests passing - [ ] No breaking changes