diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e67f72f0377..3cdc42f6b4d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,20 @@ -### Description + +### Description (*required*) +##### Summary of change (*What the change is for and why*) -### Pull request type +##### Documentation (*Details of any document updates required*) + +---------------------------------------------------------------------------------------------------------------- +### Pull request type (*required*) - [ ] Fix - [ ] Refactor - [ ] Target update - [ ] Functionality change - [ ] Docs update - [ ] Test update - [ ] Breaking change + [] 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*) -### Reviewers + + [] 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 + + +---------------------------------------------------------------------------------------------------------------- +### Reviewers (*optional*) -### Release Notes +---------------------------------------------------------------------------------------------------------------- +### Release Notes (*required for feature/major PRs*) + +##### Summary of changes + +##### Impact of changes + +##### Migration actions required + + +