From 3026316dc86bbcd57b635dbcd799e0eaf18f51d7 Mon Sep 17 00:00:00 2001 From: YorkShen Date: Fri, 15 Feb 2019 17:14:36 +0800 Subject: [PATCH] Update template for pull request --- .github/PULL_REQUEST_TEMPLATE.md | 67 ++++++-------------------------- 1 file changed, 12 insertions(+), 55 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fea8dd97d7..472844a3b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,61 +1,18 @@ -First of all, thank you for your contribution! + - + -CheckList: -**if** *isBugFix* **:** +# Brief Description of the PR - * [ ] Make sure that you add at least one unit test for the bug which you had fixed. +# Checklist +* [] Demo +* [] Document -**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. - - - - + \ No newline at end of file