Skip to content

Commit

Permalink
Merge pull request #17 from finbox-in/develop
Browse files Browse the repository at this point in the history
Create PULL_REQUEST_TEMPLATE.md
  • Loading branch information
AshutoshAJ authored Sep 9, 2024
2 parents 0d5185c + 53ed83b commit d5aea16
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit d5aea16

Please sign in to comment.