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: