From c20d2d0c179a0aa8ace6a6ae7b31502635451741 Mon Sep 17 00:00:00 2001 From: HuiZhang Date: Thu, 24 Apr 2025 15:03:28 +0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..5f304cf8d1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +### Description + + + + +#### Which issue(s) this PR fixes: + +Fixes # + +### Checklist + +- [ ] I have explained the need for this PR and the problem it solves +- [ ] I have explained the changes or the new features added to this PR +- [ ] I have added tests corresponding to this change +- [ ] I have updated the documentation to reflect this change +- [ ] I have verified that this change is backward compatible + +