From 75d7dede3e8d9ff7fcb0f0bcfa3d019432cbecf8 Mon Sep 17 00:00:00 2001 From: Aiee <18348405+Aiee@users.noreply.github.com> Date: Tue, 25 Jan 2022 17:08:29 +0800 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 90de6129c5a..bbd347b232a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,26 +3,26 @@ Thanks for your contribution! In order to review PR more efficiently, please add information according to the template. --> -#### What type of PR is this? +## What type of PR is this? - [ ] bug - [ ] feature - [ ] enhancement -#### What problem(s) does this PR solve? -Issue(s) number: +## What problem(s) does this PR solve? +#### Issue(s) number: -Description: +#### Description: -#### How do you solve it? +## How do you solve it? - -#### Special notes for your reviewer, ex. impact of this fix, design document, etc: +## Special notes for your reviewer, ex. impact of this fix, design document, etc: -#### Checklist: + +## Checklist: Tests: - [ ] Unit test(positive and negative cases) - [ ] Function test @@ -36,7 +36,7 @@ Affects: - [ ] Performance impacted: Consumes more CPU/Memory -#### Release notes: +## Release notes: Please confirm whether to be reflected in release notes and how to describe: > ex. Fixed the bug .....