From 7513fc2835b715c0543ae0e37b78362d63197ce5 Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Wed, 22 Jun 2022 13:44:44 +0800 Subject: [PATCH] other(PR): update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 613660b..d5b4a46 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,7 @@ + -### 类型 Type +### 类型 / Type - [ ] 新特性 New feature - [ ] 问题修复 Bug fix @@ -9,29 +10,29 @@ - [ ] 依赖更新 Dependencies update - [ ] 性能优化 Performance optimization - [ ] 功能增加 Enhancement function -- [ ] 其他 Other (about what?) +- [x] 其他 Other (about what?) - + -### 描述 Description +### 描述 / Description - + -### ISSUE 链接 Issue link +### 相关 ISSUE / Related ISSUE - + -### 合并 Merge +### 合并检测 / Merge Check - - + + - [ ] 文档是否更新 If document is updated or not - [ ] 变更记录是否记录 If changelog is updated or not