From fa3f3fac757ebf36d3a80014c63241ad3480be2d Mon Sep 17 00:00:00 2001 From: Gareth S Cabourn Davies Date: Mon, 11 Dec 2023 16:46:28 +0000 Subject: [PATCH] Update .github/PULL_REQUEST_TEMPLATE/standard_template.md --- .github/PULL_REQUEST_TEMPLATE/standard_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/standard_template.md b/.github/PULL_REQUEST_TEMPLATE/standard_template.md index d17b0995212..83fbb141b67 100644 --- a/.github/PULL_REQUEST_TEMPLATE/standard_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/standard_template.md @@ -20,6 +20,12 @@ This is a: - [ ] Other (please describe) - +This change: + - [ ] Updates documentation + - [ ] Has appropriate unit tests + - [ ] Follows style guidelines (See e.g. [PEP8](https://peps.python.org/pep-0008/)) + - [ ] Has been proposed using the [contribution guidelines](https://github.com/gwastro/pycbc/blob/master/CONTRIBUTING.md) + This change will: - [ ] break current functionality - [ ] require additional dependencies