mirror of https://github.com/ARMmbed/mbed-os.git
Simplify pull request template
Condense multiple options into the main three and summarise what can go into those 3 types. Add a test results section. Add compulsory sections to Release Notes.pull/11563/head
parent
ab857c4963
commit
2127b45953
|
@ -16,13 +16,16 @@
|
||||||
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
|
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
|
||||||
description heading and to add a 'x' to the correct box.
|
description heading and to add a 'x' to the correct box.
|
||||||
-->
|
-->
|
||||||
[ ] Fix
|
[ ] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
|
||||||
[ ] Refactor
|
[ ] Feature update (New feature / Functionality change / New API)
|
||||||
[ ] Target update
|
[ ] Major update (Breaking change E.g. Return code change / API behaviour change)
|
||||||
[ ] Functionality change
|
|
||||||
[ ] Docs update
|
### Test results
|
||||||
[ ] Test update
|
|
||||||
[ ] Breaking change
|
<!--
|
||||||
|
Optional
|
||||||
|
For example, add test results for new target
|
||||||
|
-->
|
||||||
|
|
||||||
### Reviewers
|
### Reviewers
|
||||||
|
|
||||||
|
@ -34,7 +37,15 @@
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Optional
|
This section is compulsory for all Feature and Major PR types.
|
||||||
In case of breaking changes, functionality changes or refactors, please add release notes here.
|
This section is automatically added to release notes. Please fill in each sub-section with sufficient detail for a user.
|
||||||
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
|
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
##### Summary of changes
|
||||||
|
|
||||||
|
##### Impact of changes
|
||||||
|
|
||||||
|
##### Migration actions required
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue