diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c82802d16..78e3f44a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.