From e53f6f51669badbeab9d2327cf52d9fd15c0ac5f Mon Sep 17 00:00:00 2001 From: root_hbx Date: Sat, 27 Sep 2025 20:35:40 +0800 Subject: [PATCH] (v2.0) feat: add PR templates --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..5e878d13 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +A brief description of the changes in this PR. + +For example: + +- Resolves issue\# XXX +- Add functionality XXX +- Module Enhancement XXX + +## Reason for Changes + +A brief description of the reason for these changes. + +## How to Test + +Step-by-step instructions for how reviewers can verify these changes work as expected. + +## Evaluation + +Impact Analysis or Benchmarks here. + +Please add any other context or screenshots that would help here. \ No newline at end of file