From bc8d88a77adc8fb7d9e30c9574587b10908af472 Mon Sep 17 00:00:00 2001 From: Snigdha Kansal <93846021+snigdha-kansal@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:32:21 -0800 Subject: [PATCH] feat: add PULL_REQUEST_TEMPLATE.md --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f10d0ed --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ + + +## Overview +Resolves # + +Deploy Preview: + +## Changes + + +## Testing + + +## Possible Changes + + +## Checklist +- [ ] Code follows the project's style guidelines. +- [ ] Documentation has been updated where necessary. +- [ ] All checks pass and deploy builds with no errors.