Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.59 KB

PULL_REQUEST_TEMPLATE_RNMT.md

File metadata and controls

40 lines (33 loc) · 1.59 KB

Description

Context

Type of changes

  • 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)

Components affected

  • Android platform
  • iOS platform
  • JavaScript
  • OutSystems

Tests

Screenshots (if appropriate)

Checklist

  • 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