From 164393e14d046a0a9445206937539c26711a59b6 Mon Sep 17 00:00:00 2001 From: prem-razorpay <116806144+prem-razorpay@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:13:09 +0530 Subject: [PATCH] Create pull_request_template.md adding pull request template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 00000000..ccbd370e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Note :- Please follow the below points while attaching test cases document link below: + ### - If label `Tested` is added then test cases document URL is mandatory. + ### - Link added should be a valid URL and accessible throughout the org. + ### - If the branch name contains hotfix / revert by default the BVT workflow check will pass. + +| Test Case Document URL | +|-----------------------------------------------| +| Please paste test case document link here.... |