2016-08-09 07:39:18 +00:00
Notes:
2017-10-27 18:41:02 +00:00
- Pull requests will not be accepted until the submitter has agreed to the [contributer agreement ](https://github.com/ARMmbed/mbed-os/blob/master/CONTRIBUTING.md ).
- This is just a template, so feel free to use/remove the unnecessary things
2016-08-09 07:39:18 +00:00
2016-08-31 12:08:51 +00:00
## Description
2017-10-27 18:41:02 +00:00
A few sentences describing the overall goals of the pull request's commits.
2016-08-09 07:39:18 +00:00
## Status
2017-10-27 18:41:02 +00:00
**READY/IN DEVELOPMENT/HOLD**
2016-08-09 07:39:18 +00:00
## Migrations
2017-10-27 18:41:02 +00:00
2016-09-02 12:27:10 +00:00
If this PR changes any APIs or behaviors, give a short description of what *API users* should do when this PR is merged.
2016-08-09 07:39:18 +00:00
YES | NO
## Related PRs
2017-10-27 18:41:02 +00:00
2016-08-09 07:39:18 +00:00
List related PRs against other branches:
branch | PR
------ | ------
other_pr_production | [link]()
other_pr_master | [link]()
## Todos
2017-10-27 18:41:02 +00:00
2016-08-09 07:39:18 +00:00
- [ ] Tests
- [ ] Documentation
2016-09-02 12:27:10 +00:00
## Deploy notes
2016-08-09 07:39:18 +00:00
2017-10-27 18:41:02 +00:00
Notes regarding the deployment of this PR. These should note any required changes in the build environment, tools, compilers and so on.
2016-08-09 07:39:18 +00:00
2016-09-02 12:27:10 +00:00
## Steps to test or reproduce
2017-10-27 18:41:02 +00:00
2016-09-02 12:27:10 +00:00
Outline the steps to test or reproduce the PR here.