From 5ff8a7371cbdf70bf693cab39a616d21c0601702 Mon Sep 17 00:00:00 2001 From: gxzmf Date: Sun, 4 May 2025 17:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4PR=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gxzmf --- .gitcode/PULL_REQUEST_TEMPLATE.zh-CN.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitcode/PULL_REQUEST_TEMPLATE.zh-CN.md diff --git a/.gitcode/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitcode/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 00000000000..9df7658df49 --- /dev/null +++ b/.gitcode/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,25 @@ +**IssueNo**: + +**Description**: +(提交描述) + +**Feature or Bugfix**: +- [ ] Feature +- [ ] Bugfix + +**Binary Source**: +- [ ] No +- [ ] yes + +**预测试**: +- [ ] Pass +- [ ] Fail +- [ ] 评估不涉及 + +**合入前自检**: +- [ ] 不涉及非法兼容性变更;若涉及,已通过相应评审。 +- [ ] 不涉及性能或已进行性能测试且无性能劣化。 +- [ ] 符合对应的编码规范。 +- [ ] 不涉及文档更新,或已更新了文档。 +- [ ] 针对可测试性要求,已增加必要的自测用例、合理的日志记录或Trace信息。 +- [ ] 不存在非法的文件引入,包括图片和代码等。 \ No newline at end of file