jinmao88
2023-01-30 c999abb236de8964c53c652fd8b7233cb775810d
提交 | 用户 | age
ad3688 1 ### `General`
V 2
3 > ✏️ Mark the necessary items without changing the structure of the PR template.
4
5 - [ ] Pull request template structure not broken
6
7 ### `Type`
8
9 > ℹ️ What types of changes does your code introduce?
10
11 > 👉 _Put an `x` in the boxes that apply_
12
13 - [ ] Bug fix (non-breaking change which fixes an issue)
14 - [ ] New feature (non-breaking change which adds functionality)
15 - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16 - [ ] This change requires a documentation update
17
18 ### `Checklist`
19
66b561 20 > ℹ️ Check all checkboxes - this will indicate that you have done everything in accordance with the rules in [CONTRIBUTING](contributing.md).
ad3688 21
V 22 > 👉 _Put an `x` in the boxes that apply._
23
24 - [ ] My code follows the style guidelines of this project
25 - [ ] Is the code format correct
26 - [ ] Is the git submission information standard?
27 - [ ] My code follows the style guidelines of this project
28 - [ ] I have performed a self-review of my own code
29 - [ ] I have commented my code, particularly in hard-to-understand areas
30 - [ ] I have made corresponding changes to the documentation
31 - [ ] My changes generate no new warnings
32 - [ ] I have added tests that prove my fix is effective or that my feature works
33 - [ ] New and existing unit tests pass locally with my changes
34 - [ ] Any dependent changes have been merged and published in downstream modules