chore: update PR template

This commit is contained in:
Benjy Cui 2017-06-13 14:40:09 +08:00
parent 2cfa7eb978
commit 3512dff758

View File

@ -10,11 +10,11 @@ Please makes sure that these checkboxes are checked before submitting your PR, t
Extra checklist:
**if** *isBugFix***:**
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature***:**
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.