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 定义更新 - [ ] 重构 - [ ] 代码风格优化