Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.75 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

61 lines (37 loc) · 1.75 KB

First of all, thank you for your contribution!

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

CheckList:

if isBugFix :

  • Make sure that you add at least one unit test for the bug which you had fixed.

elif isNewFeature :

  • Update API docs for the component.
  • Update/Add demo to demonstrate new feature.
  • Update test scripts for the feature.
  • Add unit tests for the feature.