File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 16
16
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
17
17
description heading and to add a 'x' to the correct box.
18
18
-->
19
- [ ] Fix
20
- [ ] Refactor
21
- [ ] Target update
22
- [ ] Functionality change
23
- [ ] Docs update
24
- [ ] Test update
25
- [ ] Breaking change
19
+ [ ] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
20
+ [ ] Feature update (New feature / Functionality change / New API)
21
+ [ ] Major update (Breaking change E.g. Return code change / API behaviour change)
22
+
23
+ ### Test results
24
+
25
+ <!--
26
+ Optional
27
+ For example, add test results for new target
28
+ -->
26
29
27
30
### Reviewers
28
31
34
37
### Release Notes
35
38
36
39
<!--
37
- Optional
38
- In case of breaking changes, functionality changes or refactors, please add release notes here.
39
- For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
40
+ This section is compulsory for all Feature and Major PR types.
41
+ This section is automatically added to release notes. Please fill in each sub-section with sufficient detail for a user.
42
+ For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
40
43
-->
44
+
45
+ ##### Summary of changes
46
+
47
+ ##### Impact of changes
48
+
49
+ ##### Migration actions required
50
+
51
+
You can’t perform that action at this time.
0 commit comments