diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 640cf94..db371d9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,25 +6,21 @@ Description of work. Fixes #xxxx. -**Release Notes** - - ---- ##### Code Review ##### - [ ] Is the code of an acceptable quality? - [ ] Does the code conform to the [coding standards]? - [ ] Are the unit tests small and test the class in isolation? -- [ ] If there are changes in the release notes then do they describe the changes appropriately? +- [ ] If there are changes in HISTORY.rst then do they describe the changes appropriately? ##### Functional Tests ##### - [ ] Do changes function as described? Add comments below that describe the tests performed? - [ ] Do the changes handle unexpected situations, e.g. bad input? + +##### Documentation ##### + - [ ] Has the relevant (user and developer) documentation been added/updated? -Does everything look good? Mark the review as **Approve**. A member of `@idpflex/gatekeepers` will take care of it. +Does everything look good? Mark the review as **Approve**. A member of `@qef/gatekeepers` will take care of it.