From 05625a8f12feaa3ea67db13b1fe4b7fb0aa6d91c Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Tue, 11 Aug 2020 11:53:27 +0100 Subject: [PATCH] Add PR template in advance of Continous Deployment --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..a80400efa --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +:warning: This application is Continuously Deployed: :warning: + +- Merged changes are automatically deployed to staging and production. + +- Make sure you follow [the guidance for deployments](https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request) **before** you merge. + +- Check your branch is being deployed in the [Release app](https://release.publishing.service.gov.uk/applications/government-frontend), after merging.