- Feature (change which adds functionality)
- BREAKING CHANGE (existing functionality will not work as expected due to new feature)
- Fix (change which fixes an issue)
- BREAKING CHANGE (existing functionality will not work as expected due to fix)
- Performance (change which improves performance)
- BREAKING CHANGE (existing functionality will not work as expected due to performance improvement)
- Refactor (non-breaking change that is neither feature, fix nor performance)
- Style (non-breaking change that only affects formatting and/or white-space)
- Android platform
- iOS platform
- JavaScript
- OutSystems
- Pull request title follows the format
RNMT-XXXX <title>
- Tests have been created
- Code follows code style of this project
- CHANGELOG.md file is correctly updated
- Changes require an update to the documentation
- Documentation has been updated accordingly