From 22ab5fa4ec3e2368e09a6f8421bcf068275a8a5d Mon Sep 17 00:00:00 2001 From: Patrick Malouin Date: Fri, 10 Jul 2020 13:02:55 -0400 Subject: [PATCH] Add note about breaking older PSaaS installations --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c59026..0cb2469 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -57,6 +57,8 @@ We will rollback if … > Explain how the rollback for this change will look like, how we can recover fast. -## 🖥 Appliance +## 🖥 PSaaS -**Note to reviewers:** ensure that this change is compatible with the Appliance. +**Note to reviewers:** ensure that this change is compatible with the PSaaS. + +> Check that any newly introduced handler will gracefully handle the case when Deploy CLI is run against an older PSaaS installation, where the endpoint is not yet deployed. This usually means handling the HTTP 404 status code.