mirror of https://github.com/ARMmbed/mbed-os.git
Update pull_request_template.md
updated against proposals
parent
7afa17a2a4
commit
f80a843502
|
@ -1,9 +1,13 @@
|
||||||
|
Note: This is just a template, so feel free to use/remove the unnecessary things
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
**READY/IN DEVELOPMENT/HOLD**
|
**READY/IN DEVELOPMENT/HOLD**
|
||||||
|
|
||||||
## Migrations
|
## Migrations
|
||||||
|
If this PR change any API's or it's behavior give short description what "API users" should do when this PR is in use.
|
||||||
YES | NO
|
YES | NO
|
||||||
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
A few sentences describing the overall goals of the pull request's commits.
|
A few sentences describing the overall goals of the pull request's commits.
|
||||||
|
|
||||||
|
@ -22,8 +26,9 @@ other_pr_master | [link]()
|
||||||
|
|
||||||
|
|
||||||
## Deploy Notes
|
## Deploy Notes
|
||||||
Notes regarding deployment the contained body of work. These should note any
|
Notes regarding the deployment of the contained body of work. These should note any
|
||||||
db migrations, etc.
|
required changes in the build environment, tools, compilers, etc.
|
||||||
|
|
||||||
|
|
||||||
## Steps to Test or Reproduce
|
## Steps to Test or Reproduce
|
||||||
Outline the steps to test or reproduce the PR here.
|
Outline the steps to test or reproduce the PR here.
|
||||||
|
|
Loading…
Reference in New Issue