TP-21697 | Cleanup PR Template (#5730)

This commit is contained in:
Shivam Goyal
2023-03-19 16:47:51 +05:30
committed by GitHub Enterprise
parent dce29c0baf
commit 4e6540a1ef

View File

@@ -1,29 +1,4 @@
<!--- Add the pull request title in this format -->
<!--- template: 'TP-JiraIssueNumber | JiraIssueTitle' (JiraIssueNumber is optional) -->
<!--- real example: 'TP-00001 | Applying MVVM Model' -->
<!--- PR Title Format: 'TP-00001 | Applying MVVM Model' -->
## Description of what I changed
<!--- Please include a summary of the change, relevant motivation and context -->
<!--- It can simply be your commit message, which you must have -->
I'm in rush, so I'll add this later (or maybe not).
## Issue I worked on
<!--- Please add the issue number at the end -->
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 understand that **'Squash and merge'** is the preferred merge
<!--- PS: Feel free to add/delete options/sections as and when you need -->
Please include a summary of the change, relevant motivation and context here.