Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 1 | Notes: |
Ron Eldor | 05b9498 | 2017-07-24 13:28:48 +0300 | [diff] [blame] | 2 | * Pull requests cannot be accepted until: |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 3 | - The submitter has [accepted the online agreement here with a click through](https://developer.mbed.org/contributor_agreement/) |
Ron Eldor | 05b9498 | 2017-07-24 13:28:48 +0300 | [diff] [blame] | 4 | or for companies or those that do not wish to create an mbed account, a slightly different agreement can be found [here](https://www.mbed.com/en/about-mbed/contributor-license-agreements/) |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 5 | - The PR follows the [mbed TLS coding standards](https://tls.mbed.org/kb/development/mbedtls-coding-standards) |
| 6 | * This is just a template, so feel free to use/remove the unnecessary things |
| 7 | ## Description |
| 8 | A few sentences describing the overall goals of the pull request's commits. |
| 9 | |
| 10 | |
| 11 | ## Status |
| 12 | **READY/IN DEVELOPMENT/HOLD** |
| 13 | |
| 14 | ## Requires Backporting |
Simon Butcher | 6f262c4 | 2017-07-24 14:19:02 +0200 | [diff] [blame] | 15 | When there is a bug fix, it should be backported to all maintained and supported branches. |
| 16 | Changes do not have to be backported if: |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 17 | - This PR is a new feature\enhancement |
| 18 | - This PR contains changes in the API. If this is true, and there is a need for the fix to be backported, the fix should be handled differently in the legacy branch |
| 19 | |
| 20 | Yes | NO |
Ron Eldor | 05b9498 | 2017-07-24 13:28:48 +0300 | [diff] [blame] | 21 | Which branch? |
Ron Eldor | 4b53513 | 2017-06-21 14:57:25 +0300 | [diff] [blame] | 22 | |
| 23 | ## Migrations |
| 24 | If there is any API change, what's the incentive and logic for it. |
| 25 | |
| 26 | YES | NO |
| 27 | |
| 28 | ## Additional comments |
| 29 | Any additional information that could be of interest |
| 30 | |
| 31 | ## Todos |
| 32 | - [ ] Tests |
| 33 | - [ ] Documentation |
| 34 | - [ ] Changelog updated |
| 35 | - [ ] Backported |
| 36 | |
| 37 | |
| 38 | ## Steps to test or reproduce |
Ron Eldor | 05b9498 | 2017-07-24 13:28:48 +0300 | [diff] [blame] | 39 | Outline the steps to test or reproduce the PR here. |