From c3e7b79094c34be90d78737e7ce3b91a57d2d8ba Mon Sep 17 00:00:00 2001 From: Aiee <18348405+Aiee@users.noreply.github.com> Date: Fri, 31 Dec 2021 22:59:08 +0800 Subject: [PATCH] Fix typos --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d1b0ca10021..90de6129c5a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ @@ -8,13 +8,13 @@ In order to review PR more efficiently, please add information according to the - [ ] feature - [ ] enhancement -#### What problem does this PR slove? +#### What problem(s) does this PR solve? Issue(s) number: Description: -#### How do you slove it? +#### How do you solve it? @@ -26,7 +26,7 @@ Description: Tests: - [ ] Unit test(positive and negative cases) - [ ] Function test -- [ ] Perfomance test +- [ ] Performance test - [ ] N/A Affects: