From 2a70180fd78f753044a9e0ffaa3079e7b53efccf Mon Sep 17 00:00:00 2001 From: Surhid Amatya Date: Wed, 17 Dec 2025 14:31:04 +0545 Subject: [PATCH] add pr template md file (#1006) --- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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 000000000..bad423742 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +##NOTE: this file should be inside .github folder in root folder + +## Description + +Please include a summary of the change. List any dependencies that are required for this change. + +## Ticket Link + +## Summary of Changes + +- [x] +- [] +- + +## Additional implementation details (OPTIONAL) + +- [x] +- [] +- + +## Deployment Notes (OPTIONAL) + +- [] + +## Screenshot + +## Before + +## After