We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fixes
1 parent c707b33 commit ee3c876Copy full SHA for ee3c876
.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
- - [ ] Closes #xxxx
+ - [ ] Fixes #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
@@ -36,6 +36,9 @@ Documentation
36
37
Internal Changes
38
~~~~~~~~~~~~~~~~
39
+- Use ``Fixes`` rather than ``Closes`` in GitHub Pull Request template, allowing
40
+ linking to issues.
41
+ By `Maximilian Roos <https://github.com/max-sixty>`_
42
43
44
.. _whats-new.0.15.1:
0 commit comments