From 54a984c2eded1835534831bf3ef0c3f032b2078c Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Wed, 1 Feb 2023 11:28:49 +0530 Subject: [PATCH] TP-17007 | Update PR Template (#5127) --- .github/pull_request_template.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 46896479ee..d0d11936a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,27 +1,29 @@ - - + + ## Description of what I changed - +I'm in rush, so I'll add this later (or maybe not). ## Issue I worked on -JIRA Issue: https://navihq.atlassian.net/browse/AE-#### +JIRA Issue: https://navihq.atlassian.net/browse/TP-##### ## Type of change I made - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected, explain why) - [ ] Refactoring / Maintenance (non-breaking change to keep the project healthy) +- [ ] Release (non-breaking change to publish a new release) ## Checklist: I completed these to help reviewers :) +- [ ] I've self-assigned the PR to myself +- [ ] I have performed a self-review of my own code - [ ] I am able to build the project locally & build check passes - [ ] My code follows the style guidelines of this project & spotless check passes - [ ] My changes generate no new warnings -- [ ] I have performed a self-review of my own code - [ ] I understand that **'Squash and merge'** is the preferred merge