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 +