From 2127b45953ed5baabcae3914d40c28951b26c191 Mon Sep 17 00:00:00 2001 From: adbridge Date: Wed, 25 Sep 2019 11:55:00 +0100 Subject: [PATCH] Simplify pull request template Condense multiple options into the main three and summarise what can go into those 3 types. Add a test results section. Add compulsory sections to Release Notes. --- .github/pull_request_template.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) 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 + +