From 79dd676f20aae3347daf713107a3252c1490ded7 Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Tue, 6 Jun 2023 05:24:26 +0000 Subject: [PATCH] Add a pull request template --- .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 000000000..c0a08a6f1 --- /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