From f81b746556e76799516a05fb6527d4cc8152826a Mon Sep 17 00:00:00 2001 From: Rob DiCiuccio Date: Tue, 30 Mar 2021 08:54:26 -0700 Subject: [PATCH] chore: Update PR template for SIP-59 DB migrations process (#13855) --- .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 4d6b88e89..2468293d2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,9 @@ - [ ] Has associated issue: - [ ] Changes UI -- [ ] Requires DB Migration. -- [ ] Confirm DB Migration upgrade and downgrade tested. +- [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) + - [ ] Migration is atomic, supports rollback & is backwards-compatible + - [ ] Confirm DB migration upgrade and downgrade tested + - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API