From a7e66f1f8cdd9c73466ad3a62a2dfc649d718a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Tue, 20 Aug 2019 20:27:35 +0800 Subject: [PATCH] [docs] update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4afcc23a9..ab0de49bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,9 +8,23 @@ #### Title Format -[bugfix / new feature / improvement] ComponentName:content +[type] ComponentName:content Example: -* [bugfix] Button: color prop not work -* [new feature] Button: add color prop -* [improvement] Button: optimize performance + +- [fix] Button: incorrect style +- [feat] Button: add color prop +- [dosc] Button: fix typo + +Allowed Types: + +- fix +- feat +- docs +- perf +- test +- types +- build +- chore +- refactor +- breaking change