diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a921bddaa23..c30202ac046 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ - - [ ] Closes #xxxx + - [ ] Fixes #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 10f6b23ca66..d40ca82ba85 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -36,6 +36,9 @@ 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: