From 3ddece3b12e85443022271acd4978554f78d2d98 Mon Sep 17 00:00:00 2001 From: "andy.lee" Date: Fri, 7 Jun 2024 14:40:46 +0800 Subject: [PATCH] Add PR template Signed-off-by: andy.lee --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..1e62b260 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +### What this PR does / why we need it + +### Issue + +### Test Result + +### Additional documentation or context