From e23193cd73934a10ba360152737209e70da84443 Mon Sep 17 00:00:00 2001 From: John Niang Date: Thu, 6 Oct 2022 19:00:25 +0800 Subject: [PATCH] Add Pull Request template for default branch (#2513) #### What type of PR is this? /kind documentation #### What this PR does / why we need it: See https://github.com/halo-dev/halo/pull/2078 for more. #### Does this PR introduce a user-facing change? ```release-note None ``` --- .github/pull_request_template.md | 59 ++++++++++++++++++++++++++++++++ 1 file changed, 59 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..c025e852f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,59 @@ + + +#### What type of PR is this? + + + +#### What this PR does / why we need it: + +#### Which issue(s) this PR fixes: + + +Fixes # + +#### Special notes for your reviewer: + +#### Does this PR introduce a user-facing change? + + + +```release-note +```