From 25a8fa2362af966dc33d0adde3a8136bfc898142 Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:03:35 +0800 Subject: [PATCH] Add a pull request template (#272) --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 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..c0a08a6f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +## PR checklist + +- [ ] Updated function header with a short description and version number +- [ ] Added test case for bug fix or new feature +- [ ] Validated on real hardware \ No newline at end of file