Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.7 KB

pull_request_template.md

File metadata and controls

36 lines (29 loc) · 2.7 KB

Fill out the sections of this PR template that applies. If your PR is documentation-based or is very short, you may skip the parts after requesting a reviewer

If you haven't done so already, give your branch a meaningful name

  • [Android | iOS]-issue-[issue number]-[issue-description-in-kebab-case-format]
  • Example: Android-issue-0012-add-delete-button-to-detail-screen
  • Example: iOS-issue-0123-add-submit-button-to-detail-screen

Give this PR a meaningful title

  • [Android | iOS] Issue #[issue number] [short issue description]
  • Example: Android Issue #0012 Add Delete Button to Detail Screen
  • Example: iOS Issue #0123 Add Submit Button to Detail Screen

Link the issue # to this PR

Request a maintainer to review your PR

Write a brief description of what your PR accomplished

  • How did your PR fix the issue mentioned above? What files were changed or created? What did your changes do?
  • The idea is to make it as easy as possible for the PR reviewers to follow what you did

TODO: Attach screenshots of your changes

  • This could be the screens from running the app in the simulator, or in the IDE UI Preview window.
  • See how to upload assets to your PR
  • The idea is to make it as easy as possible for the PR reviewers to follow what you did

Explain how to test your PR

  • For example, what unit tests need to be run, if any? What buttons do you need to tap on which screens to test the app flow?
  • The idea is to make it as easy as possible for the PR reviewers to follow what you did