From 8846ba774f02e8ab6c0d01d065330297e3b66eca Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Sat, 28 Mar 2020 16:00:34 -0400 Subject: [PATCH] Revert "Use `fixes` in PR template (#3886)" This reverts commit ee3c87659d1687a86d406065a5af1b4b87beec17. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- doc/whats-new.rst | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c30202ac046..a921bddaa23 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ - - [ ] Fixes #xxxx + - [ ] Closes #xxxx - [ ] Tests added - [ ] Passes `isort -rc . && black . && mypy . && flake8` - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 9d83c5e4207..bd0851d2b39 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -54,9 +54,6 @@ Documentation Internal Changes ~~~~~~~~~~~~~~~~ -- Use ``Fixes`` rather than ``Closes`` in GitHub Pull Request template, allowing - linking to issues. - By `Maximilian Roos `_ .. _whats-new.0.15.1: