From aceee3e248eef572006224f8f410b7228b50483d Mon Sep 17 00:00:00 2001 From: Martin Kojtal <0xc0170@gmail.com> Date: Tue, 27 Feb 2018 15:40:24 +0000 Subject: [PATCH] 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. --- .github/pull_request_template.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 48e258a26d..80506a0647 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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) + -# Pull request type + +### Pull request type + + - [ ] Fix - [ ] Refactor -- [ ] New Target +- [ ] New target - [ ] Feature +- [ ] Breaking change