diff --git a/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md b/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md new file mode 100644 index 0000000..ad4d5fb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md @@ -0,0 +1,60 @@ + + +## What type of PR is this? (check all applicable) + +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Breaking Change +- [ ] Requires manual action post-deploy +- [ ] Optimization +- [ ] Documentation Update + +## Description + +_Please insert a description of your pull request to help reviewers understand your intentions_ + +## Related Tickets & Documents + + + +- Related ClickUp task # +- Related FreshDesk ticket # +- Related Issue # +- Closes # + +## QA Instructions, Screenshots, Recordings + +_Please replace this line with instructions on how to test your changes, a note +on the devices and browsers this has been tested on, as well as any relevant +images for UI changes._ + +### UI accessibility checklist + +_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? + +## [optional] Are there any post deployment tasks we need to perform? + +## [optional] What gif best describes this PR or how it makes you feel? + +![alt_text_here](gif_link_url_here)