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