From a1756e54ad2e7afa73e7acef556e05348501468a Mon Sep 17 00:00:00 2001 From: Lee Hanbury Date: Fri, 3 Nov 2023 17:04:22 +0000 Subject: [PATCH] Add deploy checklist --- .github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md b/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md index ad4d5fb..62a4514 100644 --- a/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md +++ b/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md @@ -15,11 +15,11 @@ - [ ] Refactor - [ ] Feature -- [ ] Bug Fix -- [ ] Breaking Change +- [ ] Bug fix +- [ ] Breaking change - [ ] Requires manual action post-deploy -- [ ] Optimization -- [ ] Documentation Update +- [ ] Optimisation +- [ ] Documentation update ## Description @@ -51,10 +51,18 @@ images for UI changes._ _If your PR includes UI changes, please utilize this checklist:_ -- [ ] Checked with [axe DevTools](https://www.deque.com/axe/) and addressed `Critical` and `Serious` AA issues? +- [ ] Checked with [axe DevTools](https://www.deque.com/axe/) and addressed `Critical` and `Serious` **AA** issues? + +### Deployment checklist + +_Before deploying, ensure you have completed this checklist:_ + +- [ ] I have deployed this PR to staging and I can confirm the behaviour is expected/correct ## [optional] Are there any post deployment tasks we need to perform? ## [optional] What gif best describes this PR or how it makes you feel? +_You can find GIFs [here](https://tenor.com/) or [here](https://giphy.com/)_ + ![alt_text_here](gif_link_url_here)