From 8a6239fedd08f8f6c64f245b391608790c43cf43 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 23 Apr 2019 20:13:09 +0800 Subject: [PATCH] :memo: upgrade PR template --- .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 fef44779d5..1a6bb98ce3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,6 +16,7 @@ Please makes sure that these form are filled before submitting your pull request - [ ] TypeScript definition update - [ ] Refactoring - [ ] Code style optimization +- [ ] Test Case - [ ] Branch merge - [ ] Other (about what?) diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index 5ef3a59321..b6a3cef430 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -16,6 +16,7 @@ - [ ] TypeScript 定义更新 - [ ] 重构 - [ ] 代码风格优化 +- [ ] 测试用例 - [ ] 分支合并 - [ ] 其他改动(是关于什么的改动?)