@@ -8,8 +8,11 @@ For more information on the requirements for pull requests, please see [the cont
8
8
Add here detailed changes summary, testing results, dependencies
9
9
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
10
10
-->
11
+ ##### Summary of change (* What the change is for and why* )
11
12
12
13
14
+ ##### Documentation (* Details of any document updates required* )
15
+
13
16
----------------------------------------------------------------------------------------------------------------
14
17
### Pull request type (* required* )
15
18
@@ -28,12 +31,12 @@ For more information on the requirements for pull requests, please see [the cont
28
31
### Test results (* required* )
29
32
30
33
<!--
31
- Optional
34
+ Required
32
35
For example, add test results for new target
33
36
-->
34
- [] No Tests required for this change
35
- [] These PR changes will be covered by existing tests and CI
36
- [] Tests supplied below
37
+ [] No Tests required for this change (E.g docs only update)
38
+ [] Covered by existing mbed-os tests (Greentea or Unittest)
39
+ [] Tests / results supplied as part of this PR
37
40
38
41
39
42
----------------------------------------------------------------------------------------------------------------
@@ -60,3 +63,4 @@ For more information on the requirements for pull requests, please see [the cont
60
63
##### Migration actions required
61
64
62
65
66
+
0 commit comments