-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from finbox-in/develop
Create PULL_REQUEST_TEMPLATE.md
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
## Description | ||
|
||
Please include a summary of the changes and the related issue. Provide context and motivation for these changes. | ||
|
||
## JIRA Tickets | ||
|
||
Please include the list of JIRA tickets that capture the changes | ||
|
||
## Type of change | ||
|
||
- [ ] 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) | ||
- [ ] Documentation update | ||
- [ ] Additional Tests | ||
|
||
## How Has This Been Tested? | ||
|
||
Share the testing strategy used to ensure the changes work as expected. | ||
|
||
- [ ] Unit tests | ||
- [ ] Integration tests | ||
- [ ] UI tests | ||
- [ ] Manual testing | ||
|
||
**Test Configuration**: | ||
|
||
* Physical Device | ||
- [ ] iPhone 11 | ||
- [ ] iPhone 12 Mini | ||
- [ ] Simulator | ||
|
||
* OS Version: | ||
- [ ] 18 | ||
- [ ] 17 | ||
- [ ] 16 | ||
|
||
**Contributor Checklist** | ||
- [ ] A JIRA Task is created | ||
- [ ] Current Branch name starts with JIRA task name | ||
- [ ] Tests for the changes have been added | ||
- [ ] CHANGELOG Updated | ||
- [ ] Version number updated | ||
- [ ] Added PR Labels | ||
- [ ] Build is successful | ||
- [ ] Changes do not negatively impact performance | ||
- [ ] New code follows Google Java/Kotlin Style guidelines | ||
- [ ] Performed a self-review of my code | ||
- [ ] Removed any logs added in debug mode | ||
- [ ] Commented my code, particularly in hard-to-understand areas | ||
|