Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.15 KB

pull_request_template.md

File metadata and controls

38 lines (27 loc) · 1.15 KB

[{ticket number/type}:] {title}

Description 📝

{Description}

Type of change

Delete options that are not relevant.

  • 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)
  • This change requires a documentation update

Updates

👉 👉 👉

Screenshots 📷

{Image here of before and after when applicable}

Test plan 🧪

Provide guidance for how to QA your proposed changes. This is not only for a test but also useful for a reviewer.

{A test plan outlining scenarios to test}

Author to check 👓

  • Project and all contained modules build
  • Tested on appropriate devices/emulators and SDK versions
  • Reviewed by another developer
  • Appropriate documentation written (code comments, internal docs)

Reviewer to check ✔️

  • Change has been tested on a device/emulator
  • Code is written to standards
  • Appropriate tests have been written (code comments, internal docs)