From 5016f35d0c56e0269078fe687a7c163c3192f6ac Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Wed, 23 Dec 2020 02:31:07 +0800 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.en.md --- .gitee/PULL_REQUEST_TEMPLATE.en.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index c9ee760db1..0838cc5ae0 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -14,16 +14,16 @@ The following content must not be changed in submitted PR message. Otherwise, th Choose one (Mandatory): -- [ ] This PR is for a code-review and is intended to get feedback -- [ ] This PR is mature, and ready to be integrated into the repo +- [ ] This PR is for a code-review and is intended to get feedback. +- [ ] This PR is mature, and ready to be integrated into the repo. ### Code Quality: As part of this pull request, I've considered the following: -- [ ] Already check the difference between PR and old code -- [ ] Style guide is adhered to, including spacing, naming and other style -- [ ] All redundant code is removed and cleaned up -- [ ] BSP All modifications are justified and not affect other components or BSP -- [ ] I've commented appropriately where code is tricky -- [ ] Code in this PR is of high quality +- [ ] Already check the difference between PR and old code. +- [ ] Style guide is adhered to, including spacing, naming and other style. +- [ ] All redundant code is removed and cleaned up. +- [ ] All modifications to BSP are justified and not affect other components or BSPs. +- [ ] I've commented appropriately where code is tricky. +- [ ] Code in this PR is of high quality. From 84a5f96453ee2719695b719142af08b7a51b623d Mon Sep 17 00:00:00 2001 From: mysterywolf <920369182@qq.com> Date: Wed, 23 Dec 2020 13:22:17 +0800 Subject: [PATCH 2/2] update --- .gitee/PULL_REQUEST_TEMPLATE.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index 0838cc5ae0..b621e6f035 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -5,12 +5,12 @@ The content in this square bracket must be filled in and replaced, otherwise PR Please fill in your PR description here, which can include one of the following items: why to submit this PR; what is the problem solved and what is your solution; -And confirm in which case or board have been tested. +And confirm in which case or board has been tested. ] -The following content must not be changed in submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use web browser to visit PR, and check items one by one, and ticked them if no problem. +The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use a web browser to visit PR, and check items one by one, and ticked them if no problem. -### Intent for your PR +### The intent for your PR Choose one (Mandatory): @@ -22,8 +22,8 @@ Choose one (Mandatory): As part of this pull request, I've considered the following: - [ ] Already check the difference between PR and old code. -- [ ] Style guide is adhered to, including spacing, naming and other style. +- [ ] The style guide is adhered to, including spacing, naming and other styles. - [ ] All redundant code is removed and cleaned up. -- [ ] All modifications to BSP are justified and not affect other components or BSPs. +- [ ] All modifications to BSP are justified and do not affect other components or BSPs. - [ ] I've commented appropriately where code is tricky. - [ ] Code in this PR is of high quality.