diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f6aeb1f0eb..86e356f263 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,24 @@ + Fixes # Changes made in this Pull Request: - - + +- - -PR Checklist ------------- - - [ ] Tests? - - [ ] Docs? - - [ ] CHANGELOG updated? +## PR Checklist + - [ ] Issue raised/referenced? + - [ ] Tests updated/added? + - [ ] Documentation updated/added? + - [ ] `package/CHANGELOG` file updated? + - [ ] Is your name in `package/AUTHORS`? (If it is not, add it!) + +## Developers Certificate of Origin + -## Developers certificate of origin -- [ ] I certify that this contribution is covered by the LGPLv2.1+ license as defined in our [LICENSE](https://github.com/MDAnalysis/mdanalysis/blob/develop/LICENSE) and adheres to the [**Developer Certificate of Origin**](https://developercertificate.org/). +I certify that I can submit this code contribution as described in the [**Developer Certificate of Origin**](https://developercertificate.org/), under the MDAnalysis [LICENSE](https://github.com/MDAnalysis/mdanalysis/blob/develop/LICENSE).