From 268c777c8d18084a772716ac70aa160fff6d4cc8 Mon Sep 17 00:00:00 2001 From: BitterGourd <91231822+gaoachao@users.noreply.github.com> Date: Tue, 4 Mar 2025 17:18:43 +0800 Subject: [PATCH] chore(workflow): add pr template --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..6acd5f8fbd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +## Summary + + + + + +## Checklist + + + +- [ ] Tests updated (or not required). +- [ ] Documentation updated (or not required).