mbed-os/.github/pull_request_template.md

63 lines
2.4 KiB
Markdown
Raw Normal View History

2019-09-25 15:05:35 +00:00
<!--
For more information on the requirements for pull requests, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
-->
### Description (*required*)
2016-08-09 07:39:18 +00:00
<!--
Required
Add here detailed changes summary, testing results, dependencies
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
-->
2016-08-31 12:08:51 +00:00
----------------------------------------------------------------------------------------------------------------
### 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 note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
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.
-->
[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)
----------------------------------------------------------------------------------------------------------------
### Test results (*required*)
<!--
Optional
For example, add test results for new target
-->
[] No Tests required for this change
[] These PR changes will be covered by existing tests and CI
[] Tests supplied below
----------------------------------------------------------------------------------------------------------------
### Reviewers (*optional*)
<!--
Optional
Request additional reviewers with @username
-->
----------------------------------------------------------------------------------------------------------------
### Release Notes (*required for feature/major PRs*)
<!--
This section is compulsory for all Feature and Major PR types.
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).
-->
##### Summary of changes
##### Impact of changes
##### Migration actions required