Files
super-app/.github/pull_request_template.md
Shivam Goyal 27793b963f Apply Spotless | navi-base & navi-design (#4613)
* navi-base - apply-spotless

* navi-design - apply-spotless
2022-12-13 12:40:56 +05:30

28 lines
1.3 KiB
Markdown

<!--- Add the pull request title in this format -->
<!--- template: 'AE-JiraIssueNumber | JiraIssueTitle' (JiraIssueNumber is optional) -->
<!--- real example: 'AE-0001 | 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 -->
## Issue I worked on
<!--- Please add the issue number at the end -->
JIRA Issue: https://navihq.atlassian.net/browse/AE-####
## 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)
## Checklist: I completed these to help reviewers :)
- [ ] 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
<!--- PS: Feel free to add/delete options/sections as and when you need -->