From 56b624f337a7bbf634742ca1075d14d9241acbc7 Mon Sep 17 00:00:00 2001 From: Yichen Wang <18348405+Aiee@users.noreply.github.com> Date: Tue, 4 Jan 2022 10:35:55 +0800 Subject: [PATCH] Fix typos (#3615) Co-authored-by: kyle.cao --- .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: