diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..64c1da1be --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,30 @@ +PR_TITLE_GOES_HERE + +Where +===== +* **Related Issue:** LINK_OR_#_REF +* **Related PR's:** LINK_OR_#_REF_IF_ANY + +What +==== +> Whats the objective of this changes ? + +How +=== +> How you implemented/achieved the objective ? + +Screenshots +=========== +> If changes affect UI just show them drag&dropping images here + +Test +==== +> Is manual test needed or you just increased/fixed coverage? + +Deployment +========== +> Any details to remember when this feature is deployed? + +Warnings +======== +> Some caveats or important things to notice?