From 56b8a47939bd412f60733b51897cdbb6bc4b2230 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 11:23:09 +0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..5dfe4c957 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +### 合并描述 + +对pull请求的内容进行清晰、简洁的描述,即应该解决什么问题? + +问题链接:<!--将问题链接粘贴到此处,如果不适用,请填写“不适用”-> + +### 清单 + +- [ ] 我添加了测试用例来覆盖新代码。