From 380cad12c5d1f3287d451d3d66889d708522e1f0 Mon Sep 17 00:00:00 2001 From: codepuncher Date: Thu, 2 Nov 2023 21:23:20 +0000 Subject: [PATCH] feat: add web build PR template --- .github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/WEB_BUILD.md 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)