From 57a709cd2619632dc123b9cdd98679465be358fa Mon Sep 17 00:00:00 2001
From: KevinHuSh <kevinhu.sh@gmail.com>
Date: Wed, 13 Dec 2023 19:17:01 +0800
Subject: [PATCH] add PR MD (#4)

---
 .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 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 0000000..1e68308
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,29 @@
+### What problem does this PR solve?
+
+Add corresponding issue link with summary if exists -->
+
+Issue link:
+
+### What is changed and how it works?
+
+### Code changes
+
+- [ ] Has Code change
+- [ ] Has CI related scripts change
+
+### Check List
+
+Tests <!-- At least one of them must be included. -->
+
+- [ ] Unit test
+- [ ] Integration test
+- [ ] Manual test (add detailed scripts or steps below)
+- [ ] No code
+
+Side effects
+
+- [ ] Performance regression: Consumes more CPU
+- [ ] Performance regression: Consumes more Memory
+- [ ] Breaking backward compatibility
+
+### Note for reviewer
-- 
GitLab