From b15c07b86f8d2cb0f74ed4bf7d3ab80df80943ca Mon Sep 17 00:00:00 2001 From: Tom Nicholas Date: Tue, 14 May 2024 09:22:55 -0600 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 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 0000000..a2193e7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + + +- [ ] Closes #xxxx +- [ ] Tests added +- [ ] User visible changes (including notable bug fixes) are documented in `changelog.md` +- [ ] New functions/methods are listed in `api.rst`