From dfd445f9769c36783436598082825ec150895a11 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 16 May 2022 13:58:10 +0800 Subject: [PATCH] chore: add pull request template (#569) Signed-off-by: Ryan Wang --- .github/pull_request_template.md | 76 ++++++++++++++++++++++++++++++++ 1 file changed, 76 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..2d8bdae4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,76 @@ + + +#### What type of PR is this? + + + +#### What this PR does / why we need it: + +#### Which issue(s) this PR fixes: + + +Fixes # + +#### Screenshots: + + + +#### Special notes for your reviewer: + +#### Does this PR introduce a user-facing change? + + + +```release-note +```