From f7e30409a35b0b60ac274621e05cf5ad3dad6549 Mon Sep 17 00:00:00 2001 From: Shiwei Zhang Date: Wed, 20 Dec 2023 10:46:45 +0800 Subject: [PATCH] docs: add PR template Signed-off-by: Shiwei Zhang --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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..94e6a53 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### What this PR does / why we need it + + +### Which issue(s) this PR resolves / fixes + +Resolves / Fixes # + +### Please check the following list +- [ ] Does the affected code have corresponding tests, e.g. unit test, E2E test? +- [ ] Does this change require a documentation update? +- [ ] Does this introduce breaking changes that would require an announcement or bumping the major version? +- [ ] Do all new files have an appropriate license header?