We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixes
1 parent 6852d01 commit 79513b7Copy full SHA for 79513b7
.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
1
<!-- Feel free to remove check-list items aren't relevant to your change -->
2
3
- - [ ] Fixes #xxxx
+ - [ ] Closes #xxxx
4
- [ ] Tests added
5
- [ ] Passes `isort -rc . && black . && mypy . && flake8`
6
- [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API
doc/whats-new.rst
@@ -54,9 +54,6 @@ Documentation
54
55
Internal Changes
56
~~~~~~~~~~~~~~~~
57
-- Use ``Fixes`` rather than ``Closes`` in GitHub Pull Request template, allowing
58
- linking to issues.
59
- By `Maximilian Roos <https://github.com/max-sixty>`_
60
61
62
.. _whats-new.0.15.1:
0 commit comments