From e05468d947e37cf7ab3739b3a2ccc34e978622ea Mon Sep 17 00:00:00 2001 From: ztplz Date: Tue, 8 Jan 2019 20:41:02 +0800 Subject: [PATCH] Update PR template (#14192) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + .github/PULL_REQUEST_TEMPLATE/pr_cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ce93bd735..e6f3b373d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,6 +11,7 @@ Please makes sure that these form are filled before submitting your pull request - [ ] New feature - [ ] Bug fix - [ ] Site / document update +- [ ] Component style update - [ ] TypeScript definition update - [ ] Refactoring - [ ] Code style optimization diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index 17618fab3c..cc2e945405 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -11,6 +11,7 @@ - [ ] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 +- [ ] 组件样式改进 - [ ] TypeScript 定义更新 - [ ] 重构 - [ ] 代码风格优化