From ac1c6d33f140d0c0142a76586ce10f96d8d6f483 Mon Sep 17 00:00:00 2001 From: Humbertzhang Date: Thu, 29 Oct 2020 21:48:59 +0800 Subject: [PATCH] chore: fix typo in PULL_REQUEST_TEMPLATE (#5750) --- .github/PULL_REQUEST_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 869fbb7c27..dd8816e062 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -34,7 +34,7 @@ - [ ] Update the documentation to include this new feature. - [ ] Tests(including UT, IT, E2E) are added to verify the new feature. - [ ] If it's UI related, attach the screenshots below. - ==== 🆕 Remove this line WHEN AND ONLY WHEN you're improving the performance, follow the checklist 👆 ==== --> + ==== 🆕 Remove this line WHEN AND ONLY WHEN you're adding a new feature, follow the checklist 👆 ==== --> - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/c2141978d1039375598a32418b75161a78da22c1/CHANGES.md).