From c558a4fb34c999e749fcb2e82ef8ae4557466419 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 20 Mar 2023 23:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=EF=BC=9A=E5=AE=8C=E5=96=84?= =?UTF-8?q?=20PR=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 3 ++- .github/PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index e4817483..1d7cdfa9 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -9,12 +9,13 @@ -- [ ] 新 Feature +- [ ] 新 feature - [ ] Bug 修复 - [ ] 功能增强 - [ ] 文档变更 - [ ] 代码样式变更 - [ ] 重构 +- [ ] 性能改进 - [ ] 单元测试 - [ ] CI/CD - [ ] 其他 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9e3a4277..74056faf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,7 @@ - [ ] 文档变更 - [ ] 代码样式变更 - [ ] 重构 +- [ ] 性能改进 - [ ] 单元测试 - [ ] CI/CD - [ ] 其他