mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9713 from kfnta/pr-template
Add release notes section to PR templatepull/9724/head
commit
c3229eec45
|
@ -1,15 +1,15 @@
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Required
|
Required
|
||||||
Add here detailed changes summary, testing results, dependencies
|
Add here detailed changes summary, testing results, dependencies
|
||||||
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
|
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
### Pull request type
|
### Pull request type
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Required
|
Required
|
||||||
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
|
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
|
||||||
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
|
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
|
||||||
|
@ -26,8 +26,15 @@
|
||||||
|
|
||||||
### Reviewers
|
### Reviewers
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Optional
|
Optional
|
||||||
Request additional reviewers with @username
|
Request additional reviewers with @username
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Optional
|
||||||
|
In case of breaking changes, functionality changes or refactors, please add release notes here.
|
||||||
|
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing /workflow.html#pull-request-types).
|
||||||
|
-->
|
||||||
|
|
Loading…
Reference in New Issue