Files
StepperView/.github/pull_request_template.md
T
Badarinath Venkatnarayansetty fb76e1a3d2 Added a check list text.
2020-05-01 12:57:21 -07:00

1.1 KiB

Description

Please include a summary of the change and which issue is fixed.

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • This change requires a documentation update

How Has This Been Tested

Please let us know if you have tested your PR and if we need to reproduce the issues. Also, please let us know if we need any relevant information for running the tests.

  • Unit Testing
  • UI Testing

Test Configuration

  • Xcode version:
  • Device/Simulator
  • iOS version
  • MacOSX version

Checklist:

For checklist items not applicable, mention NA in front of it with some comment if applicable.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • Add comments to code particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes before pushing the pull request