pull request: add required info

Please use these 2 sections for describing a pull request. They should be part
of every pull request.

The type specifies what is expected from the pull request and when it can be
released. For instance a feature pull request can't be expected to go to the
patch release.

Important: do not mix pull request types !

Changed also the heading type, to make it smaller.
pull/6231/head
Martin Kojtal 2018-02-27 15:40:24 +00:00
parent f0cc00ef3b
commit 668f4d316a
1 changed files with 15 additions and 5 deletions

View File

@ -1,11 +1,21 @@
# Description
### Description
> Detailed changes summary | testing | dependencies
> Good example: https://os.mbed.com/docs/latest/reference/guidelines.html#workflow (Pull request template)
<!--
Required
Add here detailed changes summary, testing results, dependencies
Good example: https://os.mbed.com/docs/latest/reference/guidelines.html#workflow (Pull request template)
-->
# Pull request type
### Pull request type
<!--
Required
Please tick one of the following types
-->
- [ ] Fix
- [ ] Refactor
- [ ] New Target
- [ ] New target
- [ ] Feature
- [ ] Breaking change