Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deploy checklist #18

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)