From 975300c9fcf694e0299d7b208634572ec2eaba5c Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sun, 19 Mar 2023 11:15:45 +0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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 00000000..779712b0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +### 概述 + + +### 事务 + +- [ ] 已与维护者在issues或其他平台沟通此PR大致内容 + +### 功能 + +- [ ] 已编写完善的配置文件字段说明(若有新增) +- [ ] 已测试新功能 + +### 兼容性 + +- [ ] 已考虑版本兼容性 +- [ ] 已考虑插件兼容性 + +### 风险 +