Skip to content

Commit

Permalink
Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Sep 17, 2024
1 parent 38b04f6 commit c860072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c860072

Please sign in to comment.