From 06515c34d034bd660b66c4be598b61cd53f2f715 Mon Sep 17 00:00:00 2001 From: Anna Bridge Date: Thu, 26 Sep 2019 11:55:51 +0100 Subject: [PATCH] Add clarity to description and reword tests options --- .github/pull_request_template.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e75162ceeb..435730ac09 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,8 +8,11 @@ For more information on the requirements for pull requests, please see [the cont Add here detailed changes summary, testing results, dependencies Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template) --> +##### Summary of change (*What the change is for and why*) +##### Documentation (*Details of any document updates required*) + ---------------------------------------------------------------------------------------------------------------- ### Pull request type (*required*) @@ -28,12 +31,12 @@ For more information on the requirements for pull requests, please see [the cont ### Test results (*required*) - [] No Tests required for this change - [] These PR changes will be covered by existing tests and CI - [] Tests supplied below + [] No Tests required for this change (E.g docs only update) + [] Covered by existing mbed-os tests (Greentea or Unittest) + [] Tests / results supplied as part of this PR ---------------------------------------------------------------------------------------------------------------- @@ -60,3 +63,4 @@ For more information on the requirements for pull requests, please see [the cont ##### Migration actions required +