diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e67f72f037..6ee650acb0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,13 +16,16 @@ of them would change the meaning incorrectly. The only changes to be made are to add a description text under the description heading and to add a 'x' to the correct box. --> - [ ] 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 + + ### Reviewers @@ -34,7 +37,15 @@ ### Release Notes + +##### Summary of changes + +##### Impact of changes + +##### Migration actions required + +