Skip to content

Files

Latest commit

955f610 · Nov 18, 2020

History

History
43 lines (31 loc) · 1.03 KB

pull_request_template.md

File metadata and controls

43 lines (31 loc) · 1.03 KB

Summary

  • Github issue/doc: link
  • Card: link

A clear and concise description of this PR. e.g. Adding Link button to moments screen

Details

Description

Long description of this PR.

  • Why are we doing this?
  • Any other related context

Screengrabs (if applicable)

Optional but highly recommended.

Before After
before after

Quality Analysis

  • Unit tests that cover all added and changed code
  • Tested on Simulator
  • Tested on iPhone
  • Tested on iPad (if applicable)

Testing steps:

  1. Step 1
  2. Step 2
  3. ...

Checklist

  • Has feature toggling been considered?
  • Has tested both dark mode and light mode if there is any UI change?
  • Has tested Dynamic Type if there is any UI change?
  • Has tested language support for multiple locales if there is any UI change?
  • Have new test cases been unit tested?
  • Have run bundle exec fastlane prepare_pr?
  • Need to labelled the PR? (If applicable: e.g. added new dependencies etc.)