From e93f1bed909c584e7657409149ac3e3eaf7697fd Mon Sep 17 00:00:00 2001 From: Aiee <18348405+Aiee@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:16:28 +0800 Subject: [PATCH] Address comments --- .github/pull_request_template.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 193f101c1c4..13e059713cf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,10 +3,10 @@ - [ ] feature - [ ] enhancement -#### Which issue(s) this PR relates to?: +#### What does this PR do? -#### What does this PR do / why we need it? +#### Which issue(s)/PR(s) this PR relates to? #### Special notes for your reviewer, ex. impact of this fix, etc: @@ -17,11 +17,9 @@ #### Checklist: - [ ] Documentation affected (Please add the label if documentation needs to be modified.) -- [ ] Incompatible (If it is incompatible, please describe it and label it.) +- [ ] Incompatible (If it is incompatible, please describe it and add corresponding label.) - [ ] Need to cherry-pick (If need to cherry-pick to some branches, please label the destination version(s).) -- [ ] Performance regression: Consumes more CPU -- [ ] Performance regression: Consumes more Memory - +- [ ] Performance impacted: Consumes more CPU/Memory #### Release notes: