From 28e6ce7fae470614f2480a232dd0c0b7891974eb Mon Sep 17 00:00:00 2001 From: MD IMRAN Date: Sat, 9 Nov 2024 19:16:00 +0530 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md Signed-off-by: MD IMRAN --- .github/PULL_REQUEST_TEMPLATE.md | 57 ++++++++++++++++++++++++++++++++ 1 file changed, 57 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 0000000..4024175 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,57 @@ + + +## What type of PR is this? (check all applicable) + +- [ ] Refactor +- [ ] Upgrades +- [ ] Documentation Update + +## Description + +## Related Tickets & Documents + + + +- 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:_ +- [ ] Semantic HTML implemented? +- [ ] Keyboard operability supported? +- [ ] Color contrast tested? + + +## [optional] What gif best describes this PR or how it makes you feel? + +![WoW](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmV3dmxidWpiN2Jlb21rOGNjcXZhemN4bGR0cHBpNW1rd2w4dW9haSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/tIeCLkB8geYtW/giphy.gif) \ No newline at end of file