|
1 |
| -### Description |
| 1 | +<!-- |
| 2 | +For more information on the requirements for pull requests, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types). |
| 3 | +--> |
| 4 | +### Description (*required*) |
2 | 5 |
|
3 | 6 | <!--
|
4 | 7 | Required
|
5 | 8 | Add here detailed changes summary, testing results, dependencies
|
6 | 9 | Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
|
7 | 10 | -->
|
| 11 | +##### Summary of change (*What the change is for and why*) |
8 | 12 |
|
9 | 13 |
|
10 |
| -### Pull request type |
| 14 | +##### Documentation (*Details of any document updates required*) |
| 15 | + |
| 16 | +---------------------------------------------------------------------------------------------------------------- |
| 17 | +### Pull request type (*required*) |
11 | 18 |
|
12 | 19 | <!--
|
13 | 20 | Required
|
|
16 | 23 | of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
|
17 | 24 | description heading and to add a 'x' to the correct box.
|
18 | 25 | -->
|
19 |
| - [ ] Fix |
20 |
| - [ ] Refactor |
21 |
| - [ ] Target update |
22 |
| - [ ] Functionality change |
23 |
| - [ ] Docs update |
24 |
| - [ ] Test update |
25 |
| - [ ] Breaking change |
| 26 | + [] Patch update (Bug fix / Target update / Docs update / Test update / Refactor) |
| 27 | + [] Feature update (New feature / Functionality change / New API) |
| 28 | + [] Major update (Breaking change E.g. Return code change / API behaviour change) |
| 29 | + |
| 30 | +---------------------------------------------------------------------------------------------------------------- |
| 31 | +### Test results (*required*) |
26 | 32 |
|
27 |
| -### Reviewers |
| 33 | +<!-- |
| 34 | + Required |
| 35 | + For example, add test results for new target |
| 36 | +--> |
| 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 |
| 40 | + |
| 41 | + |
| 42 | +---------------------------------------------------------------------------------------------------------------- |
| 43 | +### Reviewers (*optional*) |
28 | 44 |
|
29 | 45 | <!--
|
30 | 46 | Optional
|
31 | 47 | Request additional reviewers with @username
|
32 | 48 | -->
|
33 | 49 |
|
34 |
| -### Release Notes |
| 50 | +---------------------------------------------------------------------------------------------------------------- |
| 51 | +### Release Notes (*required for feature/major PRs*) |
35 | 52 |
|
36 | 53 | <!--
|
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). |
| 54 | + All 3 sections are compulsory for Major PR types. For Feature PRs only the summary section is required. |
| 55 | + This section is automatically added to release notes. Please fill in each sub-section with sufficient detail for a user. |
| 56 | + For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types). |
40 | 57 | -->
|
| 58 | + |
| 59 | +##### Summary of changes |
| 60 | + |
| 61 | +##### Impact of changes |
| 62 | + |
| 63 | +##### Migration actions required |
| 64 | + |
| 65 | + |
| 66 | + |
0 commit comments