From 15fa7bf00a5e563eda9ce069a976df7c6ef02605 Mon Sep 17 00:00:00 2001 From: Vikas Rai Date: Fri, 4 Aug 2023 03:51:46 +0530 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3490837..90393d2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,24 @@ -Please go the the `Preview` tab and select the appropriate sub-template: +## What kind of changes does this PR do? +- [ ] Features +- [ ] Bug +- [ ] Enhancements -## New section +## Short Description -[ ] item 1 +## JIRA Ticket ID -[ ] item 2 +## Jira Ticket Info +- [ ] PRD link if applicable? +- [ ] Figma Design link if applicable? +- [ ] Implementation Doc Link for all Features/Enhancements. +- [ ] Please mention the effected flows that need to be tested thoroughly +- [ ] Attach screenshots (UI component) / video for flow change in JIRA +- [ ] Does this PR have a new config key added? Please update the [sheet](https://docs.google.com/spreadsheets/d/1pOt3Zl5LWORmfw_EeP_bbRauso7t4ZwXfjErrOQtF5A/edit#gid=0) + +## Checklist +- [ ] I have performed a self-review and dev testing of my code + +## Other PR templates * [Modularisation](?expand=1&template=modularisation_pr_template.md) -* [Group B](?expand=1&template=group_b_template.md) +