From c860072c3cd6d45747c09fd29aebdec2c51c2cda Mon Sep 17 00:00:00 2001 From: Varadarajan V <109586712+varadarajan-tw@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:54:44 +0530 Subject: [PATCH] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b0d02cf11d..1099ff52ae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,3 +18,6 @@ any of the tasks you completed below during your testing._ - [ ] Added [unit tests](https://github.com/segmentio/action-destinations/blob/main/docs/testing.md#local-end-to-end-testing) for new functionality - [ ] Tested end-to-end using the [local server](https://github.com/segmentio/action-destinations/blob/main/docs/testing.md#local-end-to-end-testing) - [ ] [Segmenters] Tested in the staging environment +- [ ] Confirmed via tests that this change doesn't break existing destination configuration in production, including the following: + - No new mapping/settings were added as required fields to an action/destination that is already live in production with traffic. All new fields must be optional. + - No existing mapping/settings were removed or changed in a way that would break existing destination configurations.