From beececf9a6e82064a3f23399f9befe9efb44374e Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Tue, 20 Apr 2021 16:22:14 +0800 Subject: [PATCH] [skip ci]Add pull request template (#4964) Signed-off-by: Xiangyu Wang --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 0000000000..f499206467 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +**What type of PR is this?** + +- [ ] API-change +- [ ] BUG +- [ ] Improvement +- [ ] Documentation +- [ ] Feature +- [ ] Test and CI +- [ ] Code Refactoring + +**Which issue(s) this PR fixes:** + +Fixes # + +**What this PR does / why we need it:** + +Not Available + +**Special notes for your reviewer:** + +Not Available + +**Additional documentation (e.g. design docs, usage docs, etc.):** + +Not Available