PULL_REQUEST_TEMPLATE.en.md 1.4 KB
Newer Older
S
shaoguoji 已提交
1 2 3 4 5 6 7
## PR description

[
The content in this square bracket must be filled in and replaced, otherwise PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully.

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;

mysterywolf's avatar
update  
mysterywolf 已提交
8
And confirm in which case or board has been tested.
S
shaoguoji 已提交
9 10
]

mysterywolf's avatar
update  
mysterywolf 已提交
11
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.
S
shaoguoji 已提交
12

mysterywolf's avatar
update  
mysterywolf 已提交
13
### The intent for your PR
S
shaoguoji 已提交
14 15 16

Choose one (Mandatory):

mysterywolf's avatar
mysterywolf 已提交
17 18
- [ ] 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.
S
shaoguoji 已提交
19 20 21 22 23

### Code Quality:

As part of this pull request, I've considered the following:

mysterywolf's avatar
mysterywolf 已提交
24
- [ ] Already check the difference between PR and old code.
mysterywolf's avatar
update  
mysterywolf 已提交
25
- [ ] The style guide is adhered to, including spacing, naming and other styles.
mysterywolf's avatar
mysterywolf 已提交
26
- [ ] All redundant code is removed and cleaned up.
mysterywolf's avatar
update  
mysterywolf 已提交
27
- [ ] All modifications to BSP are justified and do not affect other components or BSPs.
mysterywolf's avatar
mysterywolf 已提交
28 29
- [ ] I've commented appropriately where code is tricky.
- [ ] Code in this PR is of high quality.
mysterywolf's avatar
mysterywolf 已提交
30
- [ ] This PR complies with [RT-Thread code specification](../documentation/contribution_guide/coding_style_en.txt)