From 64e7320a6f35eb9cd3210addbe4893a0901d0e5c Mon Sep 17 00:00:00 2001 From: andrewgsavage Date: Fri, 12 Jul 2024 08:22:36 +0100 Subject: [PATCH] pr_template (#221) --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b012d245 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +- [ ] Closes # (insert issue number) +- [ ] Executed `pre-commit run --all-files` with no errors +- [ ] The change is fully covered by automated unit tests +- [ ] Documented in docs/ as appropriate +- [ ] Added an entry to the CHANGES file