From 891e615ab8b11a1a4ba7b345e711080684485870 Mon Sep 17 00:00:00 2001 From: Dhruv Taneja Date: Mon, 15 Oct 2018 23:51:33 +0530 Subject: [PATCH] Add a PR template --- PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..63674f5 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +## What does this PR do? +- This section would include a brief info about what changes this PR is doing and how is it solving the problem. + +## Why is this PR needed? +- This section would include a brief info about why this PR is being made (Issue/PRD/Designs). + +## Mixpanel + - This section would include link of Mixpanel segmentation or funnel and include a brief about what metrics would this PR change (Write N/A if not required) + +## Testing +- [ ] Includes testing scope. Include link of manual test cases or write cases to be tested (Write N/A if testing is not required) + +## Device List +- [ ] Add devices on which PR should be tested (Write N/A if testing is not required) \ No newline at end of file