From 0ab4ea9c613ca14c479d9fc4ab9d17550235ce24 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Tue, 15 Nov 2022 13:42:00 +0000 Subject: [PATCH] Add instructions for upgrading Rails --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f1c6ac0eb..aadcf76d6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,3 @@ ⚠️ This repo is Continuously Deployed: make sure you [follow the guidance](https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request) ⚠️ + +Follow [these steps](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html) if you are doing a major Rails upgrade.