From 21d85c663b114b54d7cf9fc5f3461f641e92250b Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Sun, 6 Feb 2022 06:25:42 -0800 Subject: [PATCH] Revert "Remove old PR template (#6241)" This reverts commit 597a00c9a9c732f1d40a7f7681cd2fe45f885d74. --- .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 00000000000..37b8d357c87 --- /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 `whats-new.rst` +- [ ] New functions/methods are listed in `api.rst`