From b058aa9f0c7fd0fef57056eb00583c749d310ef2 Mon Sep 17 00:00:00 2001 From: Hanlu Li Date: Thu, 30 Jul 2026 17:54:18 +0800 Subject: [PATCH] github: add pull request DCO checklist Signed-off-by: Hanlu Li --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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 0000000000..ae5a584c80 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Summary / 变更说明 + + + +## Validation / 验证 + + + +## Checklist / 检查项 + +- [ ] I have read `CONTRIBUTING.md`. / 我已阅读 `CONTRIBUTING.md`。 +- [ ] Every commit contains a DCO sign-off (`git commit -s`). / + 每个提交都包含 DCO 签署(`git commit -s`)。 +- [ ] I have included relevant build or test results, or explained why they + are not applicable. / + 我已提供相关构建或测试结果,或说明了不适用的原因。